SDL 3.0
SDL_QuitEvent Struct Reference

The "quit requested" event. More...

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint64 timestamp
 

Detailed Description

The "quit requested" event.

Definition at line 539 of file SDL_events.h.

Field Documentation

◆ timestamp

Uint64 SDL_QuitEvent::timestamp

In nanoseconds, populated using SDL_GetTicksNS()

Definition at line 542 of file SDL_events.h.

◆ type

Uint32 SDL_QuitEvent::type

SDL_EVENT_QUIT

Definition at line 541 of file SDL_events.h.


The documentation for this struct was generated from the following file: