![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
#include <events.h>
Public Types | |
| enum class | Type { PRESS , RELEASE } |
Public Attributes | |
| Type | type |
| int | key |
Public Attributes inherited from ga::Event | |
| TimePoint | time |
| bool | captured |
Additional Inherited Members | |
Public Member Functions inherited from ga::Event | |
| Event () | |
|
strong |
| int ga::KeyEvent::key |
| Type ga::KeyEvent::type |