Enumeration

ClutterEventType

Declaration

enum Clutter.EventType

Description [src]

Types of events.

Members

CLUTTER_NOTHING

Empty event.

  • Value: 0
  • Available since: 14
CLUTTER_KEY_PRESS

Key press event.

  • Value: 1
  • Available since: 14
CLUTTER_KEY_RELEASE

Key release event.

  • Value: 2
  • Available since: 14
CLUTTER_MOTION

Pointer motion event.

  • Value: 3
  • Available since: 14
CLUTTER_ENTER

Actor enter event.

  • Value: 4
  • Available since: 14
CLUTTER_LEAVE

Actor leave event.

  • Value: 5
  • Available since: 14
CLUTTER_BUTTON_PRESS

Pointer button press event.

  • Value: 6
  • Available since: 14
CLUTTER_BUTTON_RELEASE

Pointer button release event.

  • Value: 7
  • Available since: 14
CLUTTER_SCROLL

Pointer scroll event.

  • Value: 8
  • Available since: 14
CLUTTER_TOUCH_BEGIN

A new touch event sequence has started;.

  • Value: 9
  • Available since: 14
CLUTTER_TOUCH_UPDATE

A touch event sequence has been updated;.

  • Value: 10
  • Available since: 14
CLUTTER_TOUCH_END

A touch event sequence has finished;.

  • Value: 11
  • Available since: 14
CLUTTER_TOUCH_CANCEL

A touch event sequence has been canceled;.

  • Value: 12
  • Available since: 14
CLUTTER_TOUCHPAD_PINCH

A pinch gesture event, the current state is determined by its phase field;.

  • Value: 13
  • Available since: 14
CLUTTER_TOUCHPAD_SWIPE

A swipe gesture event, the current state is determined by its phase field;.

  • Value: 14
  • Available since: 14
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.

  • Value: 15
  • Available since: 14
CLUTTER_PROXIMITY_IN

A tool entered in proximity to a tablet;.

  • Value: 16
  • Available since: 14
CLUTTER_PROXIMITY_OUT

A tool left from the proximity area of a tablet;.

  • Value: 17
  • Available since: 14
CLUTTER_PAD_BUTTON_PRESS

No description available.

  • Value: 18
  • Available since: 14
CLUTTER_PAD_BUTTON_RELEASE

No description available.

  • Value: 19
  • Available since: 14
CLUTTER_PAD_STRIP

No description available.

  • Value: 20
  • Available since: 14
CLUTTER_PAD_RING

No description available.

  • Value: 21
  • Available since: 14
CLUTTER_DEVICE_ADDED

No description available.

  • Value: 22
  • Available since: 14
CLUTTER_DEVICE_REMOVED

No description available.

  • Value: 23
  • Available since: 14
CLUTTER_IM_COMMIT

No description available.

  • Value: 24
  • Available since: 14
CLUTTER_IM_DELETE

No description available.

  • Value: 25
  • Available since: 14
CLUTTER_IM_PREEDIT

No description available.

  • Value: 26
  • Available since: 14
CLUTTER_EVENT_LAST

Marks the end of the ClutterEventType enumeration;.

  • Value: 27
  • Available since: 14