|
Size: 968
Comment: minor change for consistency
|
Size: 935
Comment: update content - w/ Matt, Sam (in progress)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| A structure that contains window state change event data (event.window.*). | A structure that contains window state change event data. |
| Line 14: | Line 14: |
| ||Uint8||'''padding1'''||^8 empty bits to total 32^???|| ||Uint8||'''padding2'''||^8 empty bits to total 32^???|| ||Uint8||'''padding3'''||^8 empty bits to total 32^???|| |
|
| Line 26: | Line 23: |
| ''You can add useful comments here'' | [[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. |
| Line 32: | Line 29: |
| == Related Functions == | == Related Structures == .[[SDL_Event]] |
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
