SDL 3.0
SDL_OSEvent Struct Reference

OS Specific event. More...

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint64 timestamp
 

Detailed Description

OS Specific event.

Definition at line 548 of file SDL_events.h.

Field Documentation

◆ timestamp

Uint64 SDL_OSEvent::timestamp

In nanoseconds, populated using SDL_GetTicksNS()

Definition at line 551 of file SDL_events.h.

◆ type

Uint32 SDL_OSEvent::type

SDL_EVENT_QUIT

Definition at line 550 of file SDL_events.h.


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