|
|
struct { | |
| |
|
int error | |
| |
|
const char * message | |
| |
| } | device_error | |
| |
|
struct { | |
| |
|
int key | |
| |
|
int scancode | |
| |
|
int action | |
| |
|
int mods | |
| |
| } | key_input | |
| |
|
struct { | |
| |
|
unsigned int character | |
| |
| } | char_input | |
| |
|
struct { | |
| |
|
double xpos | |
| |
|
double ypos | |
| |
| } | mouse_move | |
| |
|
struct { | |
| |
|
int entered | |
| |
| } | mouse_enter_window | |
| |
|
struct { | |
| |
|
double xoffset | |
| |
|
double yoffset | |
| |
| } | mouse_scroll | |
| |
|
struct { | |
| |
|
int button | |
| |
|
int action | |
| |
|
int mods | |
| |
| } | mouse_button | |
| |
|
struct { | |
| |
|
int width | |
| |
|
int height | |
| |
| } | resize | |
| |
|
struct { | |
| |
|
void * data | |
| |
| } | custom | |
| |
The documentation for this union was generated from the following file: