hydrogen 1.1.1
Event Class Reference

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...
 

Detailed Description

Basic building block for the communication between the core of Hydrogen and its GUI.

The individual Events will be enlisted in the EventQueue singleton.

Field Documentation

◆ type

EventType type

Specifies the context the event is create in and which function should be triggered to handle it.

◆ value

int value

Additional information to describe the actual context of the engine.