Wait a specified number of milliseconds before returning.
This function waits a specified number of milliseconds before returning. It waits at least the specified time, but possibly longer due to OS scheduling.
The number of milliseconds to delay.
Threadsafety: It is safe to call this function from any thread.
SDL_DelayNS SDL_DelayPrecise
See Implementation
Wait a specified number of milliseconds before returning.
This function waits a specified number of milliseconds before returning. It waits at least the specified time, but possibly longer due to OS scheduling.