|
libElysianVMU 1.6.0
Full-featured, accurate, cross-platform library emulating the Dreamcast's Visual Memory Unit
|
#include <evmu_clock_event.h>
Data Fields | ||
| union { | ||
| EvmuClockEventClass * pClass | ||
| GblEvent base | ||
| }; | ||
| EVMU_CLOCK_SIGNAL | signal | |
| EvmuWave | wave | |
GblEvent-derived type for clock-related events.
Definition at line 32 of file evmu_clock_event.h.
| GblEvent EvmuClockEvent::base |
Inherited base instance structure.
Definition at line 32 of file evmu_clock_event.h.
| EvmuClockEventClass* EvmuClockEvent::pClass |
Pointer to class/vtable structure.
Definition at line 32 of file evmu_clock_event.h.
| EVMU_CLOCK_SIGNAL EvmuClockEvent::signal |
Definition at line 33 of file evmu_clock_event.h.
| EvmuWave EvmuClockEvent::wave |
Definition at line 34 of file evmu_clock_event.h.