DRAFT |
SDL_WindowEvent
A structure that contains window state change event data.
Data Fields
Uint32 |
type |
SDL_WINDOWEVENT |
Uint32 |
windowID |
the associated window |
Uint8 |
event |
|
int |
data1 |
event dependent data |
int |
data2 |
event dependent data |
Code Examples
You can add your code example here
Remarks
SDL_WindowEvent is a member of the SDL_Event union and is used when an event of type SDL_WINDOWEVENT is reported. You would access it through the event's window field.
Related Enumerations
