These values are used to specify which modifier keys are pressed. More...
Variables | |
const short | SHIFT = 1 |
refers to both shift keys. | |
const short | MOD1 = 2 |
refers in the most cases to the "Ctrl" key (Cmd on macOS). | |
const short | MOD2 = 4 |
refers in the most cases to the "Alt" key. | |
const short | MOD3 = 8 |
refers in the most cases to the "Ctrl" key (macOS) | |
These values are used to specify which modifier keys are pressed.
const short MOD1 = 2 |
refers in the most cases to the "Ctrl" key (Cmd on macOS).
const short MOD2 = 4 |
refers in the most cases to the "Alt" key.
const short MOD3 = 8 |
refers in the most cases to the "Ctrl" key (macOS)
const short SHIFT = 1 |
refers to both shift keys.