Renderer.logicalHeight

Wraps SDL_RenderGetLogicalSize which gets the renderer output's logical height

  1. uint logicalHeight()
    class Renderer
    const @property @trusted
    uint
    logicalHeight
    ()
  2. void logicalHeight(uint newHeight)

Return Value

Type: uint

logical height of the renderer's output/target

Meta