SDL 3.0
|
Display state change event data (event.display.*) More...
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
Uint64 | timestamp |
SDL_DisplayID | displayID |
Sint32 | data1 |
Display state change event data (event.display.*)
Definition at line 216 of file SDL_events.h.
Sint32 SDL_DisplayEvent::data1 |
event dependent data
Definition at line 221 of file SDL_events.h.
SDL_DisplayID SDL_DisplayEvent::displayID |
The associated display
Definition at line 220 of file SDL_events.h.
Uint64 SDL_DisplayEvent::timestamp |
In nanoseconds, populated using SDL_GetTicksNS()
Definition at line 219 of file SDL_events.h.
Uint32 SDL_DisplayEvent::type |
::SDL_DISPLAYEVENT_*
Definition at line 218 of file SDL_events.h.