Function OSSingleton.minWindowSize

The minimum 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 minWindowSize() nothrow @property @nogc;

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