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.

  1. Vector2 minWindowSize [@property getter]
  2. Vector2 minWindowSize [@property setter]
    struct OSSingleton
    @nogc nothrow @property
    void
    minWindowSize
    (
    Vector2 v
    )

Meta