|
⇤ ← Revision 1 as of 2016-03-24 23:24:16
Size: 1887
Comment: Created page using content from header file.
|
← Revision 2 as of 2016-09-29 22:53:37 ⇥
Size: 1848
Comment: Updated Version section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 46: | Line 46: |
| This function is available in ''unstable'' versions newer than (stable) SDL 2.0.4. | This function is available since SDL 2.0.5. |
DRAFT |
SDL_RenderGetIntegerScale
Use this function to get whether integer scales are forced for resolution-independent rendering.
Contents
Syntax
SDL_bool SDL_RenderGetIntegerScale(SDL_Renderer* renderer)
Function Parameters
renderer |
the renderer from which integer scaling should be queried |
Return Value
Returns SDL_TRUE if integer scales are forced or SDL_FALSE if not and on failure; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.5.
