Data Fields | |
| enum caca_event_type | type |
| union { | |
| struct { | |
| int x | |
| int y | |
| int button | |
| } mouse | |
| struct { | |
| int w | |
| int h | |
| } resize | |
| struct { | |
| int ch | |
| uint32_t utf32 | |
| char utf8 [8] | |
| } key | |
| } | data |
|
|
The event type. |
|
|
The event information data |