Enum KeyModifierMask
- Namespace
- Godot
- Assembly
- GodotSharp.dll
[Flags]
public enum KeyModifierMask : long
Fields
CodeMask = 8388607Key Code mask.
MaskAlt = 67108864Alt or Option (on macOS) key mask.
MaskCmdOrCtrl = 16777216Automatically remapped to Meta on macOS and Ctrl on other platforms, this mask is never set in the actual events, and should be used for key mapping only.
MaskCtrl = 268435456Control key mask.
MaskGroupSwitch = 1073741824Group Switch key mask.
MaskKpad = 536870912Keypad key mask.
MaskMeta = 134217728Command (on macOS) or Meta/Windows key mask.
MaskShift = 33554432Shift key mask.
ModifierMask = 532676608Modifier key mask.