cmdfx 0.1.0
Lightweight game engine for your terminal
|
The main event structure for CmdFX. More...
#include <events.h>
Public Attributes | |
unsigned int | id |
The event ID. | |
unsigned long long | time |
The time the event was created, in milliseconds. | |
void * | data |
A pointer to the data associated with the event. | |
The main event structure for CmdFX.
id | The event ID. |
time | The time the event was created, in milliseconds. |
data | A pointer to the data associated with the event. |