An input events state.
More...
#include <gp_event.h>
|
|
uint8_t | keys_pressed [56] |
| | Bitmap of pressed keys including mouse buttons.
|
| |
|
uint32_t | cursor_x |
| | Current cursor x coordinate.
|
| |
|
uint32_t | cursor_y |
| | Current cursor y coordinate.
|
| |
|
uint32_t | saved_cursor_x |
| | Saved cursor x coordinate.
|
| |
|
uint32_t | saved_cursor_y |
| | Saved cursor y coordinate.
|
| |
An input events state.
Tracks keys pressed at a given moment and a cursor position.
Definition at line 184 of file gp_event.h.
The documentation for this struct was generated from the following file:
- /home/metan/Devel/gfxprim/include/input/gp_event.h