Wiki Page Content

Differences between revisions 6 and 7
Revision 6 as of 2011-01-12 17:51:40
Size: 971
Editor: SheenaSmith
Comment: add category
Revision 7 as of 2011-01-17 18:06:15
Size: 968
Editor: SheenaSmith
Comment: minor change for consistency
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
 .[[SDL_EventType]]???  .[[SDL_EventType]]

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

SDL_WindowEventID

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


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