Renderer.logicalHeight

Wraps SDL_RenderSetLogicalSize which sets the renderer output's logical height

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

Parameters

newHeight uint

new logical height of the renderer's output

Throws

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

Meta