SDL_Delay
NAME SYNOPSIS DESCRIPTION SEE ALSO
SDL_Delay- Wait a specified number of milliseconds before returning.
#include
void SDL_Delay(Uint32 ms);
Wait a specified number of milliseconds before returning. SDL_Delay will wait at least the specified time, but possible longer due to OS scheduling.
SDL_!AddTimer?
One page links to SDL_Delay(3):