Renderer.integerScaling - multiple declarations
Function Renderer.integerScaling
Wraps SDL_RenderGetIntegerScale
(from SDL 2.0.5) which gets whether integer scales are forced
bool integerScaling() @property @trusted const;
Returns
true
if integer scaling is enabled, otherwise false
Function Renderer.integerScaling
Wraps SDL_RenderSetIntegerScale
(from SDL 2.0.5) which sets whether integer scales should be forced
void integerScaling
(
bool newScale
) @property @trusted;
Parameters
Name | Description |
---|---|
newScale | true to enable integer scaling, otherwise false |
Throws
dsdl2
if failed to set integer scaling