Wiki Page Content

Revision 8 as of 2011-04-25 18:28:16

Clear message

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

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