The event handler structure. More...
#include <event.h>
Data Fields | |
qsc_event_callback | callback |
char | name [QSC_EVENT_NAME_SIZE] |
The event handler structure.
This structure holds an event's callback function and its associated name.
qsc_event_callback callback |
[qsc_event_callback] The callback function.
char name[QSC_EVENT_NAME_SIZE] |
[char[]] The event handler name.