|
Data Fields |
|
GR_EVENT_TYPE | type |
| | event type
|
|
GR_WINDOW_ID | wid |
| | window id event delived to
|
|
GR_WINDOW_ID | subwid |
| | sub-window id (pointer was in)
|
|
GR_COORD | rootx |
| | root window x coordinate
|
|
GR_COORD | rooty |
| | root window y coordinate
|
|
GR_COORD | x |
| | window x coordinate of mouse
|
|
GR_COORD | y |
| | window y coordinate of mouse
|
|
GR_BUTTON | buttons |
| | current state of buttons
|
|
GR_KEYMOD | modifiers |
| | modifiers (MWKMOD_SHIFT, etc)
|
|
GR_KEY | ch |
| | 16-bit unicode key value, MWKEY_xxx
|
|
GR_SCANCODE | scancode |
| | OEM scancode value if available.
|
|
GR_BOOL | hotkey |
| | TRUE if generated from GrGrabKey(GR_GRAB_HOTKEY_x).
|