
Mouse motion event structure (For future) More...
Data Fields | |
| byte | type |
| byte | which |
| byte | state |
| UINT16 | x |
| UINT16 | y |
| UINT16 | xrel |
| UINT16 | yrel |
Mouse motion event structure (For future)
| byte state |
The current button state
| byte type |
MOUSE_MOTION_INPUT_EVENT
| byte which |
The mouse device index
| UINT16 x |
The X coordinate of the mouse
| UINT16 xrel |
The relative motion in the X direction
| UINT16 y |
The Y coordinate of the mouse
| UINT16 yrel |
The relative motion in the Y direction