These methods can also be used when interpreting various InputEvents in event listeners.
SHIFT | represents the Shift key |
CONTROL | represents the Control key |
CTRL | same as CONTROL (different platforms use different spellings) |
ALT | represents the Alt key |
META | represents the Meta key found on some *NIX systems |
COMMAND | represents the Command key under OS X (the same value as META) |
MENU | represents the key used for menu accelerators on this platform (Control on Windows, Command on OS X) |
modifierState | optional bits indicating the modifiers to test against; defaults to PluginContext.getModifiers(). |
modifiers | the logical OR of all modifiers to include in the test |
modifierState | optional bits indicating the modifiers to test against; defaults to PluginContext.getModifiers(). |
modifiers | the logical OR of all modifiers to include in the test |