Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
mbXbutton2
Extra mouse button 2 mask.
core-defs.swift:876static let mbXbutton2: MouseButtonMask
Other members in extension
Type members
init(rawValue: Int
) static let left: MouseButtonMask
Primary mouse button mask, usually for the left button.
static let middle: MouseButtonMask
Middle mouse button mask.
static let right: MouseButtonMask
Secondary mouse button mask, usually for the right button.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
let rawValue: Int