Click or drag to resize

KeyModifierMask Enumeration

[Missing <summary> documentation for "T:Godot.KeyModifierMask"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum KeyModifierMask
Members
  Member nameValueDescription
CodeMask33554431

Key Code mask.

ModifierMask-16777216

Modifier key mask.

MaskShift33554432

Shift key mask.

MaskAlt67108864

Alt key mask.

MaskMeta134217728

Meta key mask.

MaskCtrl268435456

Ctrl key mask.

MaskCmd268435456

Command key mask. On macOS, this is equivalent to . On other platforms, this is equivalent to . This mask should be preferred to or for system shortcuts as it handles all platforms correctly.

MaskKpad536870912

Keypad key mask.

MaskGroupSwitch1073741824

Group Switch key mask.

See Also