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