Static Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
maskCtrl
Control key mask.
core-defs.swift:798static let maskCtrl: KeyModifierMask
Other members in extension
Type members
init(rawValue: Int
) static let codeMask: KeyModifierMask
Key Code mask.
static let maskAlt: KeyModifierMask
Alt or Option (on macOS) key mask.
static let maskCmdOrCtrl: KeyModifierMask
Automatically remapped to
meta
on macOS andctrl
on other platforms, this mask is never set in the actual events, and should be used for key mapping only.static let maskGroupSwitch: KeyModifierMask
Group Switch key mask.
static let maskKpad: KeyModifierMask
Keypad key mask.
static let maskMeta: KeyModifierMask
Command (on macOS) or Meta/Windows key mask.
static let maskShift: KeyModifierMask
Shift key mask.
static let modifierMask: KeyModifierMask
Modifier key mask.
Instance members
var debugDescription: String
A textual representation of this instance, suitable for debugging
let rawValue: Int