|
SDL
2.0
|
Collaboration diagram for SDL_EventWatcher:Data Fields | |
| SDL_EventFilter | callback |
| void * | userdata |
| SDL_bool | removed |
Definition at line 39 of file SDL_events.c.
| SDL_EventFilter SDL_EventWatcher::callback |
Definition at line 40 of file SDL_events.c.
Referenced by SDL_AddEventWatch(), SDL_GetEventFilter(), SDL_PushEvent(), and SDL_SetEventFilter().
| SDL_bool SDL_EventWatcher::removed |
Definition at line 42 of file SDL_events.c.
Referenced by SDL_AddEventWatch(), and SDL_DelEventWatch().
| void* SDL_EventWatcher::userdata |
Definition at line 41 of file SDL_events.c.
Referenced by SDL_AddEventWatch(), SDL_GetEventFilter(), SDL_PushEvent(), and SDL_SetEventFilter().