Table of Contents

Enum KeyModifiers

Namespace
Gloam.Core.Input
Assembly
Gloam.Core.dll

Modifier keys that can be combined with regular keys

[Flags]
public enum KeyModifiers

Fields

Alt = 4
Control = 1
None = 0
Shift = 2
Super = 8