Mojo input modifier
mojo:mojo.input.Modifier
Enum Modifier#
Modifier masks.
| Modifier | Description |
|---|---|
| LeftShift | Left shift key. |
| RightShift | Right shift key. |
| LeftControl | Left control key. |
| RightControl | Right control key. |
| LeftAlt | Left alt key. |
| RightAlt | Right alt key. |
| LeftGui | Left gui key. |
| RightGui | Right gui key. |
| NumLock | Num lock key. |
| CapsLock | Caps lock key. |
| Shift | LeftShit |
| Control | LeftControl |
| Alt | LeftAlt |
| Gui | LeftGui |
| Command | LeftGui |
| LeftMenu | LeftGui on Mac target, LeftControl on other targets. |
| RightMenu | RightGui on Mac target, RightControl on other targets. |
| Menu | Gui on Mac target, Control on other targets. |