Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-03-23 02:30:23
Size: 757
Editor: SheenaSmith
Comment: create page, add content (Rev 5540)
Revision 2 as of 2010-07-28 04:29:35
Size: 845
Editor: SheenaSmith
Comment: update content - changeset 4568
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
||Uint8||'''type'''||SDL_WINDOWEVENT|| ||Uint32||'''type'''||SDL_WINDOWEVENT||
Line 14: Line 14:
||Uint8||'''padding1'''||||
||Uint8||'''padding2'''||||
||Uint8||'''padding3'''||||

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

Uint8

padding2

Uint8

padding3

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

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