56 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0) uint64_t Uint64
An unsigned 64-bit integer type.
Definition: SDL_stdinc.h:168
int SDL_TimerID
Definition: SDL_timer.h:86
uint32_t Uint32
An unsigned 32-bit integer type.
Definition: SDL_stdinc.h:159
DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id)
Remove a timer knowing its ID.
DECLSPEC Uint64 SDLCALL SDL_GetPerformanceFrequency(void)
Get the count per second of the high resolution counter.
Uint32(SDLCALL * SDL_TimerCallback)(Uint32 interval, void *param)
Definition: SDL_timer.h:81
DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_TimerCallback callback, void *param)
Add a new timer to the pool of timers already running.
DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void)
Get the current value of the high resolution counter.
DECLSPEC Uint32 SDLCALL SDL_GetTicks(void)
Get the number of milliseconds since the SDL library initialization.
DECLSPEC void SDLCALL SDL_Delay(Uint32 ms)
Wait a specified number of milliseconds before returning.