Wiki Page Content

Differences between revisions 7 and 8
Revision 7 as of 2011-01-17 18:06:15
Size: 968
Editor: SheenaSmith
Comment: minor change for consistency
Revision 8 as of 2011-04-25 18:28:16
Size: 935
Editor: SheenaSmith
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

SDL_WindowEventID

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.


CategoryStruct, CategoryEvents, CategoryVideo

None: SDL_WindowEvent (last edited 2016-10-13 20:53:48 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit