MouseMode

    Input.swift:29
    enum MouseMode

    Cases

    • case visible

      Makes the mouse cursor visible if it is hidden.

    • case hidden

      Makes the mouse cursor hidden if it is visible.

    • case captured

      Captures the mouse. The mouse will be hidden and its position locked at the center of the window manager’s window.

    • case confined

      Confines the mouse cursor to the game window, and make it visible.

    • case confinedHidden

      Confines the mouse cursor to the game window, and make it hidden.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features