Window.height

Wraps SDL_SetWindowSize which resizes the height of the window in pixels

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

Parameters

newHeight uint

new resized height of the window in pixels

Meta