Window.width

Wraps SDL_SetWindowSize which resizes the width of the window in pixels

  1. uint width()
  2. void width(uint newWidth)
    class Window
    @property @trusted
    void
    width
    ()

Parameters

newWidth uint

new resized width of the window in pixels

Meta