x, y translated to the axes of device, or NULL if device is the mouse.
the master device that the event originated from. Use Event.getSourceDevice to get the slave device.
set to 1 if this event is just a hint, see the GDK_POINTER_MOTION_HINT_MASK value of GdkEventMask
TRUE if the event was sent explicitly.
a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See GdkModifierType
the time of the event in milliseconds.
the type of the event.
the window which received the event.
the x coordinate of the pointer relative to the window.
the x coordinate of the pointer relative to the root of the screen.
the y coordinate of the pointer relative to the window.
the y coordinate of the pointer relative to the root of the screen.
Generated when the pointer moves.