Click or drag to resize

ModifierKeyFlags Enumeration

Keyboard modifier keys as flags.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[FlagsAttribute]
public enum ModifierKeyFlags
Members
  Member nameValueDescription
None0
LeftControl1
RightControl2
LeftAlt4
RightAlt8
LeftShift16
RightShift32
LeftCommand64
RightCommand128
See Also