Equalizer
2.0.0
Parallel Rendering Framework
|
Event for a key press or release. More...
#include <keyEvent.h>
Public Member Functions | |
KeyEvent (const uint32_t k=0) | |
Public Attributes | |
uint32_t | key |
KeyCode for special keys, ascii code otherwise. | |
KeyModifier | modifiers |
Public Attributes inherited from eq::fabric::Event | |
uint32_t | serial |
unique originator serial number | |
int64_t | time |
The config time when the event was created. | |
uint128_t | originator |
The identifier of the entity emitting the event. | |
Event for a key press or release.
Definition at line 28 of file keyEvent.h.