hasShortcutKeyCode abstract method

bool hasShortcutKeyCode(
  1. int keyCode
)

Returns true if the keyCode should trigger the shortcut action.

Implementation

bool hasShortcutKeyCode(int keyCode);