Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_QuitEvent - The "quit requested" event

Availability

       This struct is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                               SDL_QuitEvent(3type)

Name

       SDL_QuitEvent - The "quit requested" event

Synopsis

#include<SDL3/SDL_events.h>typedefstructSDL_QuitEvent{SDL_EventTypetype;/**<SDL_EVENT_QUIT*/Uint32reserved;Uint64timestamp;/**<Innanoseconds,populatedusingSDL_GetTicksNS()*/}SDL_QuitEvent;

See Also