pub unsafe extern "C" fn SDL_Delay(ms: Uint32)Expand description
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.
§Parameters
ms: the number of milliseconds to delay.
§Thread safety
It is safe to call this function from any thread.
§Availability
This function is available since SDL 3.2.0.