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

Window state change event data (event.window.*) More...

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint32 timestamp
 
Uint32 windowID
 
Uint8 event
 
Uint8 padding1
 
Uint8 padding2
 
Uint8 padding3
 
Sint32 data1
 
Sint32 data2
 

Detailed Description

Window state change event data (event.window.*)

Field Documentation

◆ data1

Sint32 data1

event dependent data

◆ data2

Sint32 data2

event dependent data

◆ event

Uint8 event

◆ timestamp

Uint32 timestamp

In milliseconds, populated using SDL_GetTicks()

◆ type

Uint32 type

◆ windowID

Uint32 windowID

The associated window


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