|
hydrogen 1.2.6
|
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. | |
| int | value |
| Additional information to describe the actual context of the engine. | |
Basic building block for the communication between the core of Hydrogen and its GUI.
The individual Events will be enlisted in the EventQueue singleton.
Definition at line 185 of file EventQueue.h.
| EventType type |
Specifies the context the event is create in and which function should be triggered to handle it.
Definition at line 190 of file EventQueue.h.
| int value |
Additional information to describe the actual context of the engine.
Definition at line 193 of file EventQueue.h.