Window.width

Wraps SDL_GetWindowSize which gets the width of the window in pixels

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

Return Value

Type: uint

width of the window in pixels

Meta