touch_event


Description:

[ Version ( since = "1.12" ) ]
public virtual signal bool touch_event (Event event)

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

Parameters:

event

a Event

Returns:

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