mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -115,8 +115,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
|
||||
* Wait a specified number of nanoseconds before returning.
|
||||
*
|
||||
* This function waits a specified number of nanoseconds before returning. It
|
||||
* will attempt to wait as close to the requested time as possible, busy waiting
|
||||
* if necessary, but could return later due to OS scheduling.
|
||||
* will attempt to wait as close to the requested time as possible, busy
|
||||
* waiting if necessary, but could return later due to OS scheduling.
|
||||
*
|
||||
* \param ns the number of nanoseconds to delay.
|
||||
*
|
||||
|
Reference in New Issue
Block a user