SDL 3.0
|
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
Uint32 | reserved |
Uint64 | timestamp |
Fields shared by every event
Definition at line 248 of file SDL_events.h.
Uint32 SDL_CommonEvent::reserved |
Definition at line 251 of file SDL_events.h.
Uint64 SDL_CommonEvent::timestamp |
In nanoseconds, populated using SDL_GetTicksNS()
Definition at line 252 of file SDL_events.h.
Uint32 SDL_CommonEvent::type |
Event type, shared with all events, Uint32 to cover user events which are not in the SDL_EventType enumeration
Definition at line 250 of file SDL_events.h.