Gdk.EventMotion¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| axes | r/w | x, y translated to the axes of device, or  | |
| device | r/w | the master device that the event originated from. Use  | |
| is_hint | r/w | set to 1 if this event is just a hint, see the  | |
| send_event | r/w | 
 | |
| state | r/w | a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See  | |
| time | r/w | the time of the event in milliseconds. | |
| type | r/w | the type of the event. | |
| window | r/w | the window which received the event. | |
| x | r/w | the x coordinate of the pointer relative to the window. | |
| x_root | r/w | the x coordinate of the pointer relative to the root of the screen. | |
| y | r/w | the y coordinate of the pointer relative to the window. | |
| y_root | r/w | the y coordinate of the pointer relative to the root of the screen. | 
Methods¶
None
Details¶
- class Gdk.EventMotion¶
- Generated when the pointer moves.