Module: Gdk::EventType

Defined in:
(unknown)

Constant Summary collapse

DELETE =

the window manager has requested that the toplevel surface be hidden or destroyed, usually when the user clicks on a special icon in the title bar.

0 or :delete
MOTION_NOTIFY =

the pointer (usually a mouse) has moved.

1 or :motion_notify
BUTTON_PRESS =

a mouse button has been pressed.

2 or :button_press
BUTTON_RELEASE =

a mouse button has been released.

3 or :button_release
KEY_PRESS =

a key has been pressed.

4 or :key_press
KEY_RELEASE =

a key has been released.

5 or :key_release
ENTER_NOTIFY =

the pointer has entered the surface.

6 or :enter_notify
LEAVE_NOTIFY =

the pointer has left the surface.

7 or :leave_notify
FOCUS_CHANGE =

the keyboard focus has entered or left the surface.

8 or :focus_change
PROXIMITY_IN =

an input device has moved into contact with a sensing surface (e.g. a touchscreen or graphics tablet).

9 or :proximity_in
PROXIMITY_OUT =

an input device has moved out of contact with a sensing surface.

10 or :proximity_out
DRAG_ENTER =

the mouse has entered the surface while a drag is in progress.

11 or :drag_enter
DRAG_LEAVE =

the mouse has left the surface while a drag is in progress.

12 or :drag_leave
DRAG_MOTION =

the mouse has moved in the surface while a drag is in progress.

13 or :drag_motion
DROP_START =

a drop operation onto the surface has started.

14 or :drop_start
SCROLL =

the scroll wheel was turned

15 or :scroll
GRAB_BROKEN =

a pointer or keyboard grab was broken.

16 or :grab_broken
TOUCH_BEGIN =

A new touch event sequence has just started.

17 or :touch_begin
TOUCH_UPDATE =

A touch event sequence has been updated.

18 or :touch_update
TOUCH_END =

A touch event sequence has finished.

19 or :touch_end
TOUCH_CANCEL =

A touch event sequence has been canceled.

20 or :touch_cancel
TOUCHPAD_SWIPE =

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

21 or :touchpad_swipe
TOUCHPAD_PINCH =

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

22 or :touchpad_pinch
PAD_BUTTON_PRESS =

A tablet pad button press event.

23 or :pad_button_press
PAD_BUTTON_RELEASE =

A tablet pad button release event.

24 or :pad_button_release
PAD_RING =

A tablet pad axis event from a "ring".

25 or :pad_ring
PAD_STRIP =

A tablet pad axis event from a "strip".

26 or :pad_strip
PAD_GROUP_MODE =

A tablet pad group mode change.

27 or :pad_group_mode
TOUCHPAD_HOLD =

A touchpad hold gesture event, the current state is determined by its phase field.

28 or :touchpad_hold
EVENT_LAST =

marks the end of the GdkEventType enumeration.

29 or :event_last