Window.maximumSize

Wraps SDL_GetWindowMaximumSize which gets the maximum size in pixels that the window can be resized to

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

Return Value

Type: uint[2]

maximum set size of the window in pixels

Meta