- 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, void*)
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, void*)
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, int)
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, void*)
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)
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, uint)
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*, void**)
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)
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, uint)
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*, int, SDL_eventaction, uint, uint)
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*)
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*)
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)
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, void*)
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*)
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*, int)
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 , void* )
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 , void* )
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 , int )
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 , void* )
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 )
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 , uint )
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* , void** )
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 )
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 , uint )
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* , int , SDL_eventaction , uint , uint )
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* )
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* )
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 )
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 , void* )
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* )
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* , int )
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.