#include <console.h>
Data Fields | |
| wchar_t | c |
| The character that was generated or '' for none. | |
| unsigned int | key |
| Keycode of the key that was pressed or released. | |
| unsigned int | mods |
| Bitmask of modifiers held. | |
| console_ev_type_t | type |
| Press or release event. | |
Definition at line 53 of file console.h.
1.4.7