Renderer.logicalWidth - multiple declarations

Function Renderer.logicalWidth

Wraps SDL_RenderGetLogicalSize which gets the renderer output's logical width

uint logicalWidth() @property @trusted const;

Returns

logical width of the renderer's output/target

Function Renderer.logicalWidth

Wraps SDL_RenderSetLogicalSize which sets the renderer output's logical width

void logicalWidth (
  uint newWidth
) @property @trusted;

Parameters

NameDescription
newWidth new logical width of the renderer's output

Throws

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