Renderer.logicalHeight - multiple declarations

Function Renderer.logicalHeight

Wraps SDL_RenderGetLogicalSize which gets the renderer output's logical height

uint logicalHeight() @property @trusted const;

Returns

logical height of the renderer's output/target

Function Renderer.logicalHeight

Wraps SDL_RenderSetLogicalSize which sets the renderer output's logical height

void logicalHeight (
  uint newHeight
) @property @trusted;

Parameters

NameDescription
newHeight new logical height of the renderer's output

Throws

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