Any kind of keyboard event.
More...
#include <nirtcpp/core/engine/IEventReceiver.hpp>
|
wchar_t | Char |
| Character corresponding to the key (0, if not a character, value undefined in key releases)
|
|
EKEY_CODE | Key |
| Key which has been pressed or released.
|
|
bool | PressedDown:1 |
| If not true, then the key was left up.
|
|
bool | Shift:1 |
| True if shift was also pressed.
|
|
bool | Control:1 |
| True if ctrl was also pressed.
|
|
Any kind of keyboard event.
The documentation for this class was generated from the following file: