libElysianVMU 1.6.0
Full-featured, accurate, cross-platform library emulating the Dreamcast's Visual Memory Unit
Loading...
Searching...
No Matches
evmu_clock_event.h File Reference

Go to the source code of this file.

Data Structures

struct  EvmuClockEventClass
 
struct  EvmuClockEvent
 

Macros

#define EVMU_CLOCK_EVENT_TYPE   (GBL_TYPEID(EvmuClockEvent))
 
#define EVMU_CLOCK_EVENT(self)
 
#define EVMU_CLOCK_EVENT_CLASS(klass)
 
#define EVMU_CLOCK_EVENT_GET_CLASS(self)
 

Functions

GblType EvmuClockEvent_type (void)
 

Detailed Description

EvmuClockEvent and related API.

Author
2023 Falco Girgis

Definition in file evmu_clock_event.h.

Macro Definition Documentation

◆ EVMU_CLOCK_EVENT

#define EVMU_CLOCK_EVENT ( self)
Value:
(GBL_CAST(EvmuClockEvent, self))
GblEvent-derived type for clock-related events.

Definition at line 14 of file evmu_clock_event.h.

◆ EVMU_CLOCK_EVENT_CLASS

#define EVMU_CLOCK_EVENT_CLASS ( klass)
Value:
(GBL_CLASS_CAST(EvmuClockEvent, klass))

Definition at line 15 of file evmu_clock_event.h.

◆ EVMU_CLOCK_EVENT_GET_CLASS

#define EVMU_CLOCK_EVENT_GET_CLASS ( self)
Value:
(GBL_CLASSOF(EvmuClockEvent, self))

Definition at line 16 of file evmu_clock_event.h.

◆ EVMU_CLOCK_EVENT_TYPE

#define EVMU_CLOCK_EVENT_TYPE   (GBL_TYPEID(EvmuClockEvent))

Definition at line 13 of file evmu_clock_event.h.