Renderer.logicalWidth

Wraps SDL_RenderGetLogicalSize which gets the renderer output's logical width

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

Return Value

Type: uint

logical width of the renderer's output/target

Meta