mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 17:58:27 +00:00
Fixed documentation warnings
This commit is contained in:
parent
49af0d1b89
commit
95e5417d2e
2 changed files with 2 additions and 2 deletions
|
@ -1575,7 +1575,7 @@ extern DECLSPEC int SDLCALL SDL_SetRenderVSync(SDL_Renderer *renderer, int vsync
|
|||
* Get VSync of the given renderer.
|
||||
*
|
||||
* \param renderer The renderer to toggle
|
||||
* \param set output vsync 1 for on, 0 for off. All other values are reserved
|
||||
* \param vsync an int filled with 1 for on, 0 for off. All other values are reserved
|
||||
* \returns a 0 int on success, or non-zero on failure
|
||||
*
|
||||
* \since This function is available since SDL 3.0.0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue