|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_event.h>


Data Fields | ||
| union { | ||
| GblEventClass * pClass | ||
| GblBox base | ||
| }; | ||
| struct { | ||
| GBL_EVENT_STATE state | ||
| } | private_ | |
Data Fields inherited from GblInstance | ||
| GblClass * | pClass | |
Event base class for use with the event system.
Definition at line 57 of file gimbal_event.h.
| GblEventClass* GblEvent::pClass |
Pointer to class/vtable structure.
Definition at line 57 of file gimbal_event.h.
| GblBox GblEvent::base |
Inherited base instance structure.
Definition at line 57 of file gimbal_event.h.
| GBL_EVENT_STATE GblEvent::state |
Definition at line 59 of file gimbal_event.h.