Wiki Page Content

Revision 1 as of 2010-03-23 18:21:09

Clear message

DRAFT

SDL_UserEvent

A structure that contains a user-defined event type (event.user.*).

Data Fields

Uint8

type

SDL_USEREVENT through SDL_NUMEVENTS-1

Uint32

windowID

the associated window, if any

int

code

user defined event code

void*

data1

user defined data pointer

void*

data2

user defined data pointer

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryStruct

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