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 |
InputSlot | slot |
Input binding slot for this key. | |
Additional data for keyboard event.
unsigned int KeyEventData::unicode |
Unicode character NOTE: applicable only to EVENT_KEY_DOWN events!