Name | Description | |
---|---|---|
![]() ![]() | AltPressed | Gets whether the ALT key (in any keyboard location) is currently pressed |
![]() ![]() | AltPressedAlone | Gets whether the ALT key (in any keyboard location) is currently the only pressed modifier. |
![]() ![]() | CommandPressed | Gets whether the Command key (Mac specific) is currently pressed |
![]() ![]() | CommandPressedAlone | Gets whether the Command key (Mac specific) is currently the only pressed modifier. |
![]() ![]() | CtrlPressed | Gets whether the Ctrl key (in any keyboard location) is currently pressed. |
![]() ![]() | CtrlPressedAlone | Gets whether the Ctrl key (in any keyboard location) is currently the only pressed modifier. |
![]() ![]() | DefaultCommandKey | Gets the deault command key. Under Mac this is the Command key, while under other OSs this is the Ctrl key. |
![]() ![]() | DefaultCommandPressed | Gets whether the default command key (Ctrl on Windows, Cmd on Mac) is currently pressed. |
![]() ![]() | DefaultCommandPressedAlone | Gets whether the DefaultCommand key is currently the only pressed modifier. |
![]() ![]() | FocusTarget | Gets the currently focused input target |
![]() ![]() | PressedModifiers | Gets the currently pressed modifiers |
![]() ![]() | ShiftPressed | Gets whether the SHIFT key (in any keyboard location) is currently pressed. |
![]() ![]() | ShiftPressedAlone | Gets whether the SHIFT key (in any keyboard location) is currently the only pressed modifier. |