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.

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

Meta