#include <SDL_events.h>
Data Fields | |
| Uint8 | type |
| int | code |
| void * | data1 |
| void * | data2 |
| SDL_WindowID | windowID |
User defined event code
| void* SDL_UserEvent::data1 |
User defined data pointer
| void* SDL_UserEvent::data2 |
User defined data pointer
SDL_USEREVENT through SDL_NUMEVENTS-1
The associated window if any
1.5.8