Renderer.logicalWidth

Wraps SDL_RenderSetLogicalSize which sets the renderer output's logical width

  1. uint logicalWidth()
  2. void logicalWidth(uint newWidth)
    class Renderer
    @property @trusted
    void
    logicalWidth
    ()

Parameters

newWidth uint

new logical width of the renderer's output

Throws

dsdl2.SDLException if failed to set the renderer's logical width

Meta