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+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
[FlagsAttribute]
public enum ModifierKeyFlags
Members
Member nameValueDescription
None0 
LeftControl1 
RightControl2 
LeftAlt4 
RightAlt8 
LeftShift16 
RightShift32 
LeftCommand64 
RightCommand128 
See Also