Enumeration
ClutterEventType
Members
Name | Description |
---|---|
CLUTTER_NOTHING |
Empty event. |
CLUTTER_KEY_PRESS |
Key press event. |
CLUTTER_KEY_RELEASE |
Key release event. |
CLUTTER_MOTION |
Pointer motion event. |
CLUTTER_ENTER |
Actor enter event. |
CLUTTER_LEAVE |
Actor leave event. |
CLUTTER_BUTTON_PRESS |
Pointer button press event. |
CLUTTER_BUTTON_RELEASE |
Pointer button release event. |
CLUTTER_SCROLL |
Pointer scroll event. |
CLUTTER_TOUCH_BEGIN |
A new touch event sequence has started; event added in 1.10 |
CLUTTER_TOUCH_UPDATE |
A touch event sequence has been updated; event added in 1.10 |
CLUTTER_TOUCH_END |
A touch event sequence has finished; event added in 1.10 |
CLUTTER_TOUCH_CANCEL |
A touch event sequence has been canceled; event added in 1.10 |
CLUTTER_TOUCHPAD_PINCH |
A pinch gesture event, the current state is determined by its phase field; event added in 1.24 |
CLUTTER_TOUCHPAD_SWIPE |
A swipe gesture event, the current state is determined by its phase field; event added in 1.24 |
CLUTTER_TOUCHPAD_HOLD |
A hold gesture event, the current state is determined by its phase field. A hold gesture starts when the user places a finger on the touchpad and ends when all fingers are lifted. It is cancelled when the finger(s) move past a certain threshold. Event added in 40.4 |
CLUTTER_PROXIMITY_IN |
A tool entered in proximity to a tablet; event added in 1.28 |
CLUTTER_PROXIMITY_OUT |
A tool left from the proximity area of a tablet; event added in 1.28 |
CLUTTER_PAD_BUTTON_PRESS |
No description available. |
CLUTTER_PAD_BUTTON_RELEASE |
No description available. |
CLUTTER_PAD_STRIP |
No description available. |
CLUTTER_PAD_RING |
No description available. |
CLUTTER_DEVICE_ADDED |
No description available. |
CLUTTER_DEVICE_REMOVED |
No description available. |
CLUTTER_IM_COMMIT |
No description available. |
CLUTTER_IM_DELETE |
No description available. |
CLUTTER_IM_PREEDIT |
No description available. |
CLUTTER_EVENT_LAST |
Marks the end of the |