Table of Contents

Enum KeyModifierMask

Namespace
Godot
Assembly
GodotSharp.dll
[Flags]
public enum KeyModifierMask : long

Fields

CodeMask = 8388607

Key Code mask.

MaskAlt = 67108864

Alt or Option (on macOS) key mask.

MaskCmdOrCtrl = 16777216

Automatically 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 = 268435456

Control key mask.

MaskGroupSwitch = 1073741824

Group Switch key mask.

MaskKpad = 536870912

Keypad key mask.

MaskMeta = 134217728

Command (on macOS) or Meta/Windows key mask.

MaskShift = 33554432

Shift key mask.

ModifierMask = 532676608

Modifier key mask.