Entries
Constant for the Microsoft Windows Context Menu key.
Constant for the Backspace key.
Constant for the ^ key.
Constant for the ! key.
Constant for the " key.
Constant for the ( key.
Constant for the ) key.
Constant for the { key.
Constant for the } key.
Constant for the [ key.
Constant for the ] key.
Constant for the **\** key.
Constant for the _ key.
Constant for the # key.
Constant for the Print Screen key.
Constant for the Scroll Lock key.
Types
Functions
Returns true
if key was a function key F1, F2, etc., false
otherwise.
Returns true
if key was a modifier like Shift or Ctrl etc., false
otherwise.
Returns true
if key was a navigation key like arrows and page up / down, false
otherwise.
Returns true
if key was on numpad like numpad numbers or +,-,/,* etc., false
otherwise.
Returns true
if key was a whitespace key like space, tab etc., false
otherwise.