|
Colobot
|
Additional data for keyboard event. More...
#include <event.h>
Public Attributes | |
| bool | virt |
| If true, the key is a virtual code generated by certain key modifiers or joystick buttons. | |
| unsigned int | key |
| Key symbol: KEY(...) macro value or virtual key VIRTUAL_... (from common/key.h) | |
| unsigned int | unicode |
Additional data for keyboard event.
| unsigned int KeyEventData::unicode |
Unicode character NOTE: applicable only to EVENT_KEY_DOWN events!
1.8.5