enum
Boleite::KeyMod
Defined in:
boleite/input/enums.crEnum Members
-
Shift =
1 -
Control =
2 -
Alt =
4 -
Super =
8 -
None =
0 -
All =
15
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 -
#super?
Returns
trueif this enum value containsSuper