CrossingMode
Description:
[ CCode ( cprefix = "GDK_CROSSING_" , type_id = "gdk_crossing_mode_get_type ()" ) ]
public enum CrossingMode
Content:
Enum values:
- DEVICE_SWITCH - crossing because
of a device switch (i.
- GRAB - crossing because a grab is
activated.
- GTK_GRAB - crossing because a GTK+
grab is activated.
- GTK_UNGRAB - crossing because a GTK+
grab is deactivated.
- NORMAL - crossing because of pointer
motion.
- STATE_CHANGED - crossing because
a GTK+ widget changed state (e.
- TOUCH_BEGIN - crossing because a
touch sequence has begun, this event is synthetic as the pointer might have not left the window.
- TOUCH_END - crossing because a touch
sequence has ended, this event is synthetic as the pointer might have not left the window.
- UNGRAB - crossing because a grab is
deactivated.