My Project
Loading...
Searching...
No Matches
SDL_DisplayEvent Struct Reference

Display state change event data (event.display.*) More...

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint32 timestamp
 
Uint32 display
 
Uint8 event
 
Uint8 padding1
 
Uint8 padding2
 
Uint8 padding3
 
Sint32 data1
 

Detailed Description

Display state change event data (event.display.*)

Field Documentation

◆ data1

Sint32 data1

event dependent data

◆ display

Uint32 display

The associated display index

◆ event

Uint8 event

◆ timestamp

Uint32 timestamp

In milliseconds, populated using SDL_GetTicks()

◆ type

Uint32 type

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