hydrogen 1.2.3
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.
 
int value
 Additional information to describe the actual context of the engine.
 

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.

Definition at line 185 of file EventQueue.h.

Field Documentation

◆ type

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.

◆ value

int value

Additional information to describe the actual context of the engine.

Definition at line 193 of file EventQueue.h.