Signal
ClutterActor::touch-event
Declaration
gboolean
touch_event (
ClutterActor* self,
const ClutterEvent* event,
gpointer user_data
)
Description [src]
The signal is emitted each time a touch begin/end/update/cancel event.
Default handler: The default handler is called after the handlers added via |
Parameters
event
-
Type:
ClutterEvent
A
ClutterEvent
.The data is owned by the caller of the function.