Signal

ClutterActor::touch-event

Declaration

gboolean
touch_event (
  ClutterActor* self,
  const ClutterEvent* event,
  gpointer user_data
)

Description [src]

The ::touch-event signal is emitted each time a touch begin/end/update/cancel event.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since:1.12

Parameters

event ClutterEvent
 

A ClutterEvent.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

CLUTTER_EVENT_STOP if the event has been handled by the actor, or CLUTTER_EVENT_PROPAGATE to continue the emission.