Colobot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
KeyEventData Struct Reference

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
 

Detailed Description

Additional data for keyboard event.

Member Data Documentation

unsigned int KeyEventData::unicode

Unicode character NOTE: applicable only to EVENT_KEY_DOWN events!


The documentation for this struct was generated from the following file: