My Project
Public Attributes | List of all members
SDL_WindowEvent Struct Reference

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

#include <SDL_events.h>

Public Attributes

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.*)

Member Data Documentation

◆ data1

Sint32 SDL_WindowEvent::data1

event dependent data

◆ data2

Sint32 SDL_WindowEvent::data2

event dependent data

◆ event

Uint8 SDL_WindowEvent::event

◆ timestamp

Uint32 SDL_WindowEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

◆ type

Uint32 SDL_WindowEvent::type

◆ windowID

Uint32 SDL_WindowEvent::windowID

The associated window


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