|
libGumball 0.0.1
C23-Based, libGimbal-powered UI Library
|
Go to the source code of this file.
Macros | |
Type System | |
Type UUID and Cast Operators | |
| #define | GUM_EVENT_TYPE |
| #define | GUM_EVENT(self) |
| #define | GUM_EVENT_CLASS(klass) |
| #define | GUM_EVENT_CLASSOF(self) |
GUM_Event is the base event type used in libGumball.
| #define GUM_EVENT_TYPE |
Returns the GUM_Event Type UUID.
| #define GUM_EVENT | ( | self | ) |
Casts an instance of a compatible element to a GUM_Event.
| #define GUM_EVENT_CLASS | ( | klass | ) |
Casts an class of a compatible element to a GUM_Event.
| #define GUM_EVENT_CLASSOF | ( | self | ) |
Casts an instance of a compatible element to a GUM_Event.