ModifierKeyFlags Enumeration |
Namespace: Rewired
[FlagsAttribute] public enum ModifierKeyFlags
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
LeftControl | 1 | ||
RightControl | 2 | ||
LeftAlt | 4 | ||
RightAlt | 8 | ||
LeftShift | 16 | ||
RightShift | 32 | ||
LeftCommand | 64 | ||
RightCommand | 128 |
Copyright ©2014 Guavaman Enterprises. All rights reserved. No materials may be reproduced without permission.