Renderer.integerScaling

Wraps SDL_RenderGetIntegerScale (from SDL 2.0.5) which gets whether integer scales are forced

  1. bool integerScaling()
    class Renderer
    const @property @trusted
    static if(sdlSupport >= SDLSupport.v2_0_5)
    bool
    integerScaling
    ()
  2. void integerScaling(bool newScale)

Return Value

Type: bool

true if integer scaling is enabled, otherwise false

Meta