SDL
2.0
|
Data Fields | |
SDL_EventFilter | callback |
void * | userdata |
SDL_bool | removed |
Definition at line 46 of file SDL_events.c.
SDL_EventFilter SDL_EventWatcher::callback |
Definition at line 47 of file SDL_events.c.
Referenced by SDL_AddEventWatch(), SDL_GetEventFilter(), SDL_PushEvent(), and SDL_SetEventFilter().
SDL_bool SDL_EventWatcher::removed |
Definition at line 49 of file SDL_events.c.
Referenced by SDL_AddEventWatch(), and SDL_DelEventWatch().
void* SDL_EventWatcher::userdata |
Definition at line 48 of file SDL_events.c.
Referenced by SDL_AddEventWatch(), SDL_GetEventFilter(), SDL_PushEvent(), and SDL_SetEventFilter().