Function Window.maximumSize

Maximum size of this Window's content area, in screen coordinates.

const(Size) maximumSize() @property const;

void maximumSize (
  Size value
) @property;

To disable the maximum size limit for this Window, set this property to Window.dontCare.

See Also

Window size limits in the GLFW documentation