|
hydrogen 1.1.1
|
Basic building block for the communication between the core of Hydrogen and its GUI. More...
#include <EventQueue.h>
Data Fields | |
| EventType | type |
| Specifies the context the event is create in and which function should be triggered to handle it. More... | |
| int | value |
| Additional information to describe the actual context of the engine. More... | |
Basic building block for the communication between the core of Hydrogen and its GUI.
The individual Events will be enlisted in the EventQueue singleton.
| EventType type |
Specifies the context the event is create in and which function should be triggered to handle it.
| int value |
Additional information to describe the actual context of the engine.