mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Document mode parameter of SDL_GetRenderLogicalPresentation
This commit is contained in:
parent
345d9bfe19
commit
345cae361d
1 changed files with 1 additions and 0 deletions
|
@ -1387,6 +1387,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetRenderLogicalPresentation(SDL_Renderer *
|
|||
* \param renderer the rendering context.
|
||||
* \param w an int to be filled with the width.
|
||||
* \param h an int to be filled with the height.
|
||||
* \param mode the presentation mode used.
|
||||
* \returns true on success or false on failure; call SDL_GetError() for more
|
||||
* information.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue