Package ch.bailu.gtk.gdk
Interface EventType
public interface EventType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
a mouse button has been pressed.static final int
a mouse button has been released.static final int
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.static final int
the mouse has entered the surface while a drag is in progress.static final int
the mouse has left the surface while a drag is in progress.static final int
the mouse has moved in the surface while a drag is in
progress.static final int
a drop operation onto the surface has started.static final int
the pointer has entered the surface.static final int
marks the end of the GdkEventType enumeration.static final int
the keyboard focus has entered or left the surface.static final int
a pointer or keyboard grab was broken.static final int
a key has been pressed.static final int
a key has been released.static final int
the pointer has left the surface.static final int
the pointer (usually a mouse) has moved.static final int
A tablet pad button press event.static final int
A tablet pad button release event.static final int
A tablet pad group mode change.static final int
A tablet pad axis event from a "ring".static final int
A tablet pad axis event from a "strip".static final int
an input device has moved into contact with a sensing
surface (e.g. a touchscreen or graphics tablet).static final int
an input device has moved out of contact with a sensing
surface.static final int
the scroll wheel was turnedstatic final int
A new touch event sequence has just started.static final int
A touch event sequence has been canceled.static final int
A touch event sequence has finished.static final int
A touch event sequence has been updated.static final int
A touchpad hold gesture event, the current state
is determined by its phase field.static final int
A touchpad pinch gesture event, the current state
is determined by its phase field.static final int
A touchpad swipe gesture event, the current state
is determined by its phase field.
-
Field Details
-
DELETE
static final int DELETEthe 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.- See Also:
-
MOTION_NOTIFY
static final int MOTION_NOTIFYthe pointer (usually a mouse) has moved.- See Also:
-
BUTTON_PRESS
static final int BUTTON_PRESSa mouse button has been pressed.- See Also:
-
BUTTON_RELEASE
static final int BUTTON_RELEASEa mouse button has been released.- See Also:
-
KEY_PRESS
static final int KEY_PRESSa key has been pressed.- See Also:
-
KEY_RELEASE
static final int KEY_RELEASEa key has been released.- See Also:
-
ENTER_NOTIFY
static final int ENTER_NOTIFYthe pointer has entered the surface.- See Also:
-
LEAVE_NOTIFY
static final int LEAVE_NOTIFYthe pointer has left the surface.- See Also:
-
FOCUS_CHANGE
static final int FOCUS_CHANGEthe keyboard focus has entered or left the surface.- See Also:
-
PROXIMITY_IN
static final int PROXIMITY_INan input device has moved into contact with a sensing
surface (e.g. a touchscreen or graphics tablet).- See Also:
-
PROXIMITY_OUT
static final int PROXIMITY_OUTan input device has moved out of contact with a sensing
surface.- See Also:
-
DRAG_ENTER
static final int DRAG_ENTERthe mouse has entered the surface while a drag is in progress.- See Also:
-
DRAG_LEAVE
static final int DRAG_LEAVEthe mouse has left the surface while a drag is in progress.- See Also:
-
DRAG_MOTION
static final int DRAG_MOTIONthe mouse has moved in the surface while a drag is in
progress.- See Also:
-
DROP_START
static final int DROP_STARTa drop operation onto the surface has started.- See Also:
-
SCROLL
static final int SCROLLthe scroll wheel was turned- See Also:
-
GRAB_BROKEN
static final int GRAB_BROKENa pointer or keyboard grab was broken.- See Also:
-
TOUCH_BEGIN
static final int TOUCH_BEGINA new touch event sequence has just started.- See Also:
-
TOUCH_UPDATE
static final int TOUCH_UPDATEA touch event sequence has been updated.- See Also:
-
TOUCH_END
static final int TOUCH_ENDA touch event sequence has finished.- See Also:
-
TOUCH_CANCEL
static final int TOUCH_CANCELA touch event sequence has been canceled.- See Also:
-
TOUCHPAD_SWIPE
static final int TOUCHPAD_SWIPEA touchpad swipe gesture event, the current state
is determined by its phase field.- See Also:
-
TOUCHPAD_PINCH
static final int TOUCHPAD_PINCHA touchpad pinch gesture event, the current state
is determined by its phase field.- See Also:
-
PAD_BUTTON_PRESS
static final int PAD_BUTTON_PRESSA tablet pad button press event.- See Also:
-
PAD_BUTTON_RELEASE
static final int PAD_BUTTON_RELEASEA tablet pad button release event.- See Also:
-
PAD_RING
static final int PAD_RINGA tablet pad axis event from a "ring".- See Also:
-
PAD_STRIP
static final int PAD_STRIPA tablet pad axis event from a "strip".- See Also:
-
PAD_GROUP_MODE
static final int PAD_GROUP_MODEA tablet pad group mode change.- See Also:
-
TOUCHPAD_HOLD
static final int TOUCHPAD_HOLDA touchpad hold gesture event, the current state
is determined by its phase field. Since: 4.6- See Also:
-
EVENT_LAST
static final int EVENT_LASTmarks the end of the GdkEventType enumeration.- See Also:
-