SDL_QuitEvent

The "quit requested" event

\since This struct is available since SDL 3.2.0.

extern (C) nothrow @nogc
struct SDL_QuitEvent {}

Members

Variables

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

< In nanoseconds, populated using SDL_GetTicksNS()

type
SDL_EventType type;

< SDL_EVENT_QUIT

Meta