Mode

    Window.swift:33
    enum Mode

    Cases

    • case windowed

      Windowed mode, i.e. Window doesn’t occupy the whole screen (unless set to the size of the screen).

    • case minimized

      Minimized window mode, i.e. Window is not visible and available on window manager’s window list. Normally happens when the minimize button is pressed.

    • case maximized

      Maximized window mode, i.e. Window will occupy whole screen area except task bar and still display its borders. Normally happens when the maximize button is pressed.

    • case fullscreen

      Full screen mode with full multi-window support.

    • case exclusiveFullscreen

      A single window full screen mode. This mode has less overhead, but only one window can be open on a given screen at a time (opening a child window or application switching will trigger a full screen transition).

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (124) members.

    Types

    Type members

    Instance members

    Show implementation details (1)

    Hide implementation details

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features