Sync wiki -> headers.

This commit is contained in:
Ryan C. Gordon
2023-01-25 12:58:29 -05:00
parent 01cba48d18
commit 197340ea1c
18 changed files with 291 additions and 273 deletions

View File

@@ -879,8 +879,8 @@ extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event);
* As this function may implicitly call SDL_PumpEvents(), you can only call
* this function in the thread that initialized the video subsystem.
*
* The timeout is not guaranteed, the actual wait time could be longer
* due to system scheduling.
* The timeout is not guaranteed, the actual wait time could be longer due to
* system scheduling.
*
* \param event the SDL_Event structure to be filled in with the next event
* from the queue, or NULL