Window.maximumSize

Wraps SDL_SetWindowMaximumSize which sets the maximum size in pixels that the window can be resized to

  1. uint[2] maximumSize()
  2. void maximumSize(uint[2] newMaximumSize)
    class Window
    @property @trusted
    void
    maximumSize
    ()

Parameters

newMaximumSize uint[2]

new maximum set size of the window in pixels (width and height)

Meta