GdkEventMotion

Generated when the pointer moves. GdkEventType type; the type of the event. GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). guint32 time; the time of the event in milliseconds. gdouble x; the x coordinate of the pointer relative to the window. gdouble y; the y coordinate of the pointer relative to the window. gdouble *axes; x, y translated to the axes of device, or NULL if device is the mouse. guint state; a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See GdkModifierType. gint16 is_hint; set to 1 if this event is just a hint, see the GDK_POINTER_MOTION_HINT_MASK value of GdkEventMask. GdkDevice *device; the device where the event originated. gdouble x_root; the x coordinate of the pointer relative to the root of the screen. gdouble y_root; the y coordinate of the pointer relative to the root of the screen.

Members

Variables

axes
double* axes;
Undocumented in source.
device
GdkDevice* device;
Undocumented in source.
isHint
short isHint;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
state
uint state;
Undocumented in source.
time
uint time;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.
x
double x;
Undocumented in source.
xRoot
double xRoot;
Undocumented in source.
y
double y;
yRoot
double yRoot;
Undocumented in source.

Meta