- SDL_EventAction
alias SDL_EventAction = SDL_eventaction
Undocumented in source.
- SDL_EventFilter
alias 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_AddEventWatch
alias 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_DelEventWatch
alias 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_EventState
alias 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_FilterEvents
alias 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_FlushEvent
alias 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_FlushEvents
alias 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_GetEventFilter
alias 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_HasEvent
alias 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_HasEvents
alias 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_PeepEvents
alias 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_PollEvent
alias 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_PumpEvents
alias 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_PushEvent
alias 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_RegisterEvents
alias 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_SetEventFilter
alias 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_WaitEvent
alias 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_WaitEventTimeout
alias 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_AddEventWatch
void 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_DelEventWatch
void 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_EventState
ubyte 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_FilterEvents
void 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_FlushEvent
void 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_FlushEvents
void 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_GetEventFilter
SDL_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_GetEventState
int SDL_GetEventState(SDL_EventType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_HasEvent
SDL_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_HasEvents
SDL_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_PeepEvents
int 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_PollEvent
int 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_PumpEvents
void 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_PushEvent
int 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_QuitRequested
bool SDL_QuitRequested()
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RegisterEvents
uint 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_SetEventFilter
void 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_WaitEvent
int 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_WaitEventTimeout
int 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_AddEventWatch
pSDL_AddEventWatch SDL_AddEventWatch;
Undocumented in source.
- SDL_DelEventWatch
pSDL_DelEventWatch SDL_DelEventWatch;
Undocumented in source.
- SDL_EventState
pSDL_EventState SDL_EventState;
Undocumented in source.
- SDL_FilterEvents
pSDL_FilterEvents SDL_FilterEvents;
Undocumented in source.
- SDL_FlushEvent
pSDL_FlushEvent SDL_FlushEvent;
Undocumented in source.
- SDL_FlushEvents
pSDL_FlushEvents SDL_FlushEvents;
Undocumented in source.
- SDL_GetEventFilter
pSDL_GetEventFilter SDL_GetEventFilter;
Undocumented in source.
- SDL_HasEvent
pSDL_HasEvent SDL_HasEvent;
Undocumented in source.
- SDL_HasEvents
pSDL_HasEvents SDL_HasEvents;
Undocumented in source.
- SDL_PeepEvents
pSDL_PeepEvents SDL_PeepEvents;
Undocumented in source.
- SDL_PollEvent
pSDL_PollEvent SDL_PollEvent;
Undocumented in source.
- SDL_PumpEvents
pSDL_PumpEvents SDL_PumpEvents;
Undocumented in source.
- SDL_PushEvent
pSDL_PushEvent SDL_PushEvent;
Undocumented in source.
- SDL_RegisterEvents
pSDL_RegisterEvents SDL_RegisterEvents;
Undocumented in source.
- SDL_SetEventFilter
pSDL_SetEventFilter SDL_SetEventFilter;
Undocumented in source.
- SDL_WaitEvent
pSDL_WaitEvent SDL_WaitEvent;
Undocumented in source.
- SDL_WaitEventTimeout
pSDL_WaitEventTimeout SDL_WaitEventTimeout;
Undocumented in source.
- SDL_AudioDeviceEvent
struct SDL_AudioDeviceEvent
Undocumented in source.
- SDL_CommonEvent
struct SDL_CommonEvent
Undocumented in source.
- SDL_ControllerAxisEvent
struct SDL_ControllerAxisEvent
Undocumented in source.
- SDL_ControllerButtonEvent
struct SDL_ControllerButtonEvent
Undocumented in source.
- SDL_ControllerDeviceEvent
struct SDL_ControllerDeviceEvent
Undocumented in source.
- SDL_ControllerSensorEvent
struct SDL_ControllerSensorEvent
Undocumented in source.
- SDL_ControllerTouchpadEvent
struct SDL_ControllerTouchpadEvent
Undocumented in source.
- SDL_DisplayEvent
struct SDL_DisplayEvent
Undocumented in source.
- SDL_DollarGestureEvent
struct SDL_DollarGestureEvent
Undocumented in source.
- SDL_DropEvent
struct SDL_DropEvent
Undocumented in source.
- SDL_JoyAxisEvent
struct SDL_JoyAxisEvent
Undocumented in source.
- SDL_JoyBallEvent
struct SDL_JoyBallEvent
Undocumented in source.
- SDL_JoyButtonEvent
struct SDL_JoyButtonEvent
Undocumented in source.
- SDL_JoyDeviceEvent
struct SDL_JoyDeviceEvent
Undocumented in source.
- SDL_JoyHatEvent
struct SDL_JoyHatEvent
Undocumented in source.
- SDL_KeyboardEvent
struct SDL_KeyboardEvent
Undocumented in source.
- SDL_MouseButtonEvent
struct SDL_MouseButtonEvent
Undocumented in source.
- SDL_MouseMotionEvent
struct SDL_MouseMotionEvent
Undocumented in source.
- SDL_MouseWheelEvent
struct SDL_MouseWheelEvent
Undocumented in source.
- SDL_MultiGestureEvent
struct SDL_MultiGestureEvent
Undocumented in source.
- SDL_OSEvent
struct SDL_OSEvent
Undocumented in source.
- SDL_QuitEvent
struct SDL_QuitEvent
Undocumented in source.
- SDL_SensorEvent
struct SDL_SensorEvent
Undocumented in source.
- SDL_SysWMEvent
struct SDL_SysWMEvent
Undocumented in source.
- SDL_TextEditingEvent
struct SDL_TextEditingEvent
Undocumented in source.
- SDL_TextInputEvent
struct SDL_TextInputEvent
Undocumented in source.
- SDL_TouchFingerEvent
struct SDL_TouchFingerEvent
Undocumented in source.
- SDL_UserEvent
struct SDL_UserEvent
Undocumented in source.
- SDL_WindowEvent
struct SDL_WindowEvent
Undocumented in source.