cmdfx 0.1.0
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
CmdFX_Event Struct Reference

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.
 

Detailed Description

The main event structure for CmdFX.

Parameters
idThe event ID.
timeThe time the event was created, in milliseconds.
dataA pointer to the data associated with the event.

The documentation for this struct was generated from the following file: