TouchEvent


Object Hierarchy:

Object hierarchy for TouchEvent

Description:

[ CCode ( has_type_id = false ) ]
[ Compact ]
[ Version ( since = "1.10" ) ]
public class TouchEvent : Event

Used for touch events.

The type field will be one of clutter_touch_begin, clutter_touch_end, clutter_touch_update, or clutter_touch_cancel .

Touch events are grouped into sequences; each touch sequence will begin with a clutter_touch_begin event, progress with clutter_touch_update events, and end either with a clutter_touch_end event or with a clutter_touch_cancel event.

With multi-touch capable devices there can be multiple event sequence running at the same time.


Namespace: Clutter
Package: clutter-1.0

Content:

Fields:

Inherited Members: