ControlKeyMask
Represent ORed state of keyboard's control keys like AltKey
, CtrlKey
, ShiftKey
and MetaKey
type ControlKeyMask int
Values
Value | Constant | Description |
---|---|---|
1 |
AltKey | Mask for the "alt" key |
2 |
CtrlKey | Mask for the "ctrl" key |
4 |
ShiftKey | Mask for the "shift" key |
8 |
MetaKey | Mask for the "meta" key |