
Mouse button event structure (For future) More...
Data Fields | |
| byte | type |
| byte | which |
| byte | button |
| byte | state |
| UINT16 | x |
| UINT16 | y |
Mouse button event structure (For future)
| byte button |
The mouse button index
| byte state |
BUTTONDOWN = 0 or BUTTONUP = 1
| byte type |
MOUSE_BUTTON_INPUT_EVENT
| byte which |
The mouse device index
| UINT16 x |
The X coordinate of the mouse at press time
| UINT16 y |
The Y coordinate of the mouse at press time