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 y |
The X/Y coordinates of the mouse at press time