- SDL_TimerCallback
alias SDL_TimerCallback = uint function(uint interval, void* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_TimerID
alias SDL_TimerID = int
Undocumented in source.
- pSDL_AddTimer
alias pSDL_AddTimer = SDL_TimerID function(uint interval, SDL_TimerCallback callback, void* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_Delay
alias pSDL_Delay = void function(uint ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_GetPerformanceCounter
alias pSDL_GetPerformanceCounter = ulong function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_GetPerformanceFrequency
alias pSDL_GetPerformanceFrequency = ulong function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_GetTicks
alias pSDL_GetTicks = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_RemoveTimer
alias pSDL_RemoveTimer = SDL_bool function(SDL_TimerID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_AddTimer
SDL_TimerID SDL_AddTimer(uint interval, SDL_TimerCallback callback, void* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_Delay
void SDL_Delay(uint ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_GetPerformanceCounter
ulong SDL_GetPerformanceCounter()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_GetPerformanceFrequency
ulong SDL_GetPerformanceFrequency()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_GetTicks
uint SDL_GetTicks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_RemoveTimer
SDL_bool SDL_RemoveTimer(SDL_TimerID id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_TICKS_PASSED
bool SDL_TICKS_PASSED(uint A, uint B)
Undocumented in source. Be warned that the author may not have intended to support it.