⇤ ← Revision 1 as of 2010-03-23 18:21:09
Size: 766
Comment: create page, add content (Rev 5540)
|
Size: 767
Comment: update content - changeset 4624
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
||Uint8||'''type'''||SDL_USEREVENT through SDL_NUMEVENTS-1|| | ||Uint32||'''type'''||SDL_USEREVENT through SDL_NUMEVENTS-1|| |
DRAFT |
SDL_UserEvent
A structure that contains a user-defined event type (event.user.*).
Data Fields
Uint32 |
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
Related Enumerations