Package ch.bailu.gtk.gdk
Interface CrossingMode
public interface CrossingMode
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
crossing because of a device switch (i.e.static final int
crossing because a grab is activated.static final int
crossing because a GTK grab is activated.static final int
crossing because a GTK grab is deactivated.static final int
crossing because of pointer motion.static final int
crossing because a GTK widget changed
state (e.g. sensitivity).static final int
crossing because a touch sequence has begun,
this event is synthetic as the pointer might have not left the surface.static final int
crossing because a touch sequence has ended,
this event is synthetic as the pointer might have not left the surface.static final int
crossing because a grab is deactivated.
-
Field Details
-
NORMAL
static final int NORMALcrossing because of pointer motion.- See Also:
-
GRAB
static final int GRABcrossing because a grab is activated.- See Also:
-
UNGRAB
static final int UNGRABcrossing because a grab is deactivated.- See Also:
-
GTK_GRAB
static final int GTK_GRABcrossing because a GTK grab is activated.- See Also:
-
GTK_UNGRAB
static final int GTK_UNGRABcrossing because a GTK grab is deactivated.- See Also:
-
STATE_CHANGED
static final int STATE_CHANGEDcrossing because a GTK widget changed
state (e.g. sensitivity).- See Also:
-
TOUCH_BEGIN
static final int TOUCH_BEGINcrossing because a touch sequence has begun,
this event is synthetic as the pointer might have not left the surface.- See Also:
-
TOUCH_END
static final int TOUCH_ENDcrossing because a touch sequence has ended,
this event is synthetic as the pointer might have not left the surface.- See Also:
-
DEVICE_SWITCH
static final int DEVICE_SWITCHcrossing because of a device switch (i.e.
a mouse taking control of the pointer after a touch device), this event
is synthetic as the pointer didn’t leave the surface.- See Also:
-