SDL_CommonEvent

Fields shared by every event

\since This struct is available since SDL 3.2.0.

extern (C) nothrow @nogc
struct SDL_CommonEvent {}

Members

Variables

reserved
Uint32 reserved;
Undocumented in source.
timestamp
Uint64 timestamp;

< In nanoseconds, populated using SDL_GetTicksNS()

type
Uint32 type;

< Event type, shared with all events, Uint32 to cover user events which are not in the SDL_EventType enumeration

Meta