Window.height

Wraps SDL_GetWindowSize which gets the height of the window in pixels

  1. uint height()
    class Window
    const @property @trusted
    uint
    height
    ()
  2. void height(uint newHeight)

Return Value

Type: uint

height of the window in pixels

Meta