Function OSSingleton.maxWindowSize

The maximum size of the window (without counting window manager decorations). Does not affect fullscreen mode. Set to (0, 0) to reset to the system default value.

Vector2 maxWindowSize() nothrow @property @nogc;

void maxWindowSize (
  Vector2 v
) nothrow @property @nogc;