enum
CryTUI::KeyModifiers
Defined in:
crytui/input.crEnum Members
-
Shift =
1 -
Alt =
2 -
Control =
4 -
None =
0 -
All =
7
Instance Method Summary
-
#alt?
Returns
trueif this enum value containsAlt -
#control?
Returns
trueif this enum value containsControl - #none?
-
#shift?
Returns
trueif this enum value containsShift