- SDL_EventActionalias SDL_EventAction = SDL_eventaction 
- Undocumented in source. 
- SDL_EventFilteralias SDL_EventFilter = int function(void* userdata, SDL_Event* event) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_AddEventWatchalias pSDL_AddEventWatch = void function(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_DelEventWatchalias pSDL_DelEventWatch = void function(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_EventStatealias pSDL_EventState = ubyte function(uint type, int state) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_FilterEventsalias pSDL_FilterEvents = void function(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_FlushEventalias pSDL_FlushEvent = void function(uint type) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_FlushEventsalias pSDL_FlushEvents = void function(uint minType, uint maxType) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_GetEventFilteralias pSDL_GetEventFilter = SDL_bool function(SDL_EventFilter* filter, void** userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_HasEventalias pSDL_HasEvent = SDL_bool function(uint type) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_HasEventsalias pSDL_HasEvents = SDL_bool function(uint minType, uint maxType) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_PeepEventsalias pSDL_PeepEvents = int function(SDL_Event* events, int numevents, SDL_eventaction action, uint minType, uint maxType) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_PollEventalias pSDL_PollEvent = int function(SDL_Event* event) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_PumpEventsalias pSDL_PumpEvents = void function() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_PushEventalias pSDL_PushEvent = int function(SDL_Event* event) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_RegisterEventsalias pSDL_RegisterEvents = uint function(int numevents) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_SetEventFilteralias pSDL_SetEventFilter = void function(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_WaitEventalias pSDL_WaitEvent = int function(SDL_Event* event) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_WaitEventTimeoutalias pSDL_WaitEventTimeout = int function(SDL_Event* event, int timeout) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_AddEventWatchvoid SDL_AddEventWatch(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_DelEventWatchvoid SDL_DelEventWatch(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_EventStateubyte SDL_EventState(uint type, int state) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_FilterEventsvoid SDL_FilterEvents(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_FlushEventvoid SDL_FlushEvent(uint type) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_FlushEventsvoid SDL_FlushEvents(uint minType, uint maxType) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_GetEventFilterSDL_bool SDL_GetEventFilter(SDL_EventFilter* filter, void** userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_GetEventStateint SDL_GetEventState(SDL_EventType type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SDL_HasEventSDL_bool SDL_HasEvent(uint type) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_HasEventsSDL_bool SDL_HasEvents(uint minType, uint maxType) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_PeepEventsint SDL_PeepEvents(SDL_Event* events, int numevents, SDL_eventaction action, uint minType, uint maxType) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_PollEventint SDL_PollEvent(SDL_Event* event) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_PumpEventsvoid SDL_PumpEvents() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_PushEventint SDL_PushEvent(SDL_Event* event) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_QuitRequestedbool SDL_QuitRequested() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SDL_RegisterEventsuint SDL_RegisterEvents(int numevents) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_SetEventFiltervoid SDL_SetEventFilter(SDL_EventFilter filter, void* userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_WaitEventint SDL_WaitEvent(SDL_Event* event) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_WaitEventTimeoutint SDL_WaitEventTimeout(SDL_Event* event, int timeout) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_AddEventWatchpSDL_AddEventWatch SDL_AddEventWatch; 
- Undocumented in source. 
- SDL_DelEventWatchpSDL_DelEventWatch SDL_DelEventWatch; 
- Undocumented in source. 
- SDL_EventStatepSDL_EventState SDL_EventState; 
- Undocumented in source. 
- SDL_FilterEventspSDL_FilterEvents SDL_FilterEvents; 
- Undocumented in source. 
- SDL_FlushEventpSDL_FlushEvent SDL_FlushEvent; 
- Undocumented in source. 
- SDL_FlushEventspSDL_FlushEvents SDL_FlushEvents; 
- Undocumented in source. 
- SDL_GetEventFilterpSDL_GetEventFilter SDL_GetEventFilter; 
- Undocumented in source. 
- SDL_HasEventpSDL_HasEvent SDL_HasEvent; 
- Undocumented in source. 
- SDL_HasEventspSDL_HasEvents SDL_HasEvents; 
- Undocumented in source. 
- SDL_PeepEventspSDL_PeepEvents SDL_PeepEvents; 
- Undocumented in source. 
- SDL_PollEventpSDL_PollEvent SDL_PollEvent; 
- Undocumented in source. 
- SDL_PumpEventspSDL_PumpEvents SDL_PumpEvents; 
- Undocumented in source. 
- SDL_PushEventpSDL_PushEvent SDL_PushEvent; 
- Undocumented in source. 
- SDL_RegisterEventspSDL_RegisterEvents SDL_RegisterEvents; 
- Undocumented in source. 
- SDL_SetEventFilterpSDL_SetEventFilter SDL_SetEventFilter; 
- Undocumented in source. 
- SDL_WaitEventpSDL_WaitEvent SDL_WaitEvent; 
- Undocumented in source. 
- SDL_WaitEventTimeoutpSDL_WaitEventTimeout SDL_WaitEventTimeout; 
- Undocumented in source. 
- SDL_AudioDeviceEventstruct SDL_AudioDeviceEvent 
- Undocumented in source. 
- SDL_CommonEventstruct SDL_CommonEvent 
- Undocumented in source. 
- SDL_ControllerAxisEventstruct SDL_ControllerAxisEvent 
- Undocumented in source. 
- SDL_ControllerButtonEventstruct SDL_ControllerButtonEvent 
- Undocumented in source. 
- SDL_ControllerDeviceEventstruct SDL_ControllerDeviceEvent 
- Undocumented in source. 
- SDL_ControllerSensorEventstruct SDL_ControllerSensorEvent 
- Undocumented in source. 
- SDL_ControllerTouchpadEventstruct SDL_ControllerTouchpadEvent 
- Undocumented in source. 
- SDL_DisplayEventstruct SDL_DisplayEvent 
- Undocumented in source. 
- SDL_DollarGestureEventstruct SDL_DollarGestureEvent 
- Undocumented in source. 
- SDL_DropEventstruct SDL_DropEvent 
- Undocumented in source. 
- SDL_JoyAxisEventstruct SDL_JoyAxisEvent 
- Undocumented in source. 
- SDL_JoyBallEventstruct SDL_JoyBallEvent 
- Undocumented in source. 
- SDL_JoyButtonEventstruct SDL_JoyButtonEvent 
- Undocumented in source. 
- SDL_JoyDeviceEventstruct SDL_JoyDeviceEvent 
- Undocumented in source. 
- SDL_JoyHatEventstruct SDL_JoyHatEvent 
- Undocumented in source. 
- SDL_KeyboardEventstruct SDL_KeyboardEvent 
- Undocumented in source. 
- SDL_MouseButtonEventstruct SDL_MouseButtonEvent 
- Undocumented in source. 
- SDL_MouseMotionEventstruct SDL_MouseMotionEvent 
- Undocumented in source. 
- SDL_MouseWheelEventstruct SDL_MouseWheelEvent 
- Undocumented in source. 
- SDL_MultiGestureEventstruct SDL_MultiGestureEvent 
- Undocumented in source. 
- SDL_OSEventstruct SDL_OSEvent 
- Undocumented in source. 
- SDL_QuitEventstruct SDL_QuitEvent 
- Undocumented in source. 
- SDL_SensorEventstruct SDL_SensorEvent 
- Undocumented in source. 
- SDL_SysWMEventstruct SDL_SysWMEvent 
- Undocumented in source. 
- SDL_TextEditingEventstruct SDL_TextEditingEvent 
- Undocumented in source. 
- SDL_TextInputEventstruct SDL_TextInputEvent 
- Undocumented in source. 
- SDL_TouchFingerEventstruct SDL_TouchFingerEvent 
- Undocumented in source. 
- SDL_UserEventstruct SDL_UserEvent 
- Undocumented in source. 
- SDL_WindowEventstruct SDL_WindowEvent 
- Undocumented in source.