GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
ga::KeyEvent Struct Reference

#include <events.h>

Inheritance diagram for ga::KeyEvent:
ga::Event

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 ()
 

Member Enumeration Documentation

◆ Type

enum class ga::KeyEvent::Type
strong
Enumerator
PRESS 
RELEASE 

Member Data Documentation

◆ key

int ga::KeyEvent::key

◆ type

Type ga::KeyEvent::type

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