mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 17:58:27 +00:00
SDL API renaming: SDL_render.h
Fixes https://github.com/libsdl-org/SDL/issues/6883
This commit is contained in:
parent
083e436a1a
commit
0d54115235
41 changed files with 588 additions and 454 deletions
|
@ -1400,7 +1400,7 @@ extern "C" {
|
|||
#define SDL_HINT_RENDER_DRIVER "SDL_RENDER_DRIVER"
|
||||
|
||||
/**
|
||||
* \brief A variable controlling the scaling policy for SDL_RenderSetLogicalSize.
|
||||
* \brief A variable controlling the scaling policy for SDL_SetRenderLogicalSize.
|
||||
*
|
||||
* This variable can be set to the following values:
|
||||
* "0" or "letterbox" - Uses letterbox/sidebars to fit the entire rendering on screen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue