DRAFT |
SDL_WindowEvent
A structure that contains window state change event data (event.window.*).
Data Fields
Uint32 |
type |
SDL_WINDOWEVENT |
Uint32 |
windowID |
the associated window |
Uint8 |
event |
|
Uint8 |
padding1 |
8 empty bits to total 32??? |
Uint8 |
padding2 |
8 empty bits to total 32??? |
Uint8 |
padding3 |
8 empty bits to total 32??? |
int |
data1 |
event dependent data |
int |
data2 |
event dependent data |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Enumerations