Wiki Page Content

DRAFT

SDL_RenderGetIntegerScale

Use this function to get whether integer scales are forced for resolution-independent rendering.

Syntax

Toggle line numbers
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

Toggle line numbers
You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.5.


CategoryAPI, CategoryRender

None: SDL_RenderGetIntegerScale (last edited 2016-09-29 22:53:37 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit