WINDOWS
Content copied to clipboard
Constant for the Microsoft Windows Win key. It is used for both the left and right version of the key.
Functions
Link copied to clipboard
Returns true
if key was a function key F1, F2, etc., false
otherwise.
Link copied to clipboard
Returns true
if key was a modifier like Shift or Ctrl etc., false
otherwise.
Link copied to clipboard
Returns true
if key was a navigation key like arrows and page up / down, false
otherwise.
Link copied to clipboard
Returns true
if key was on numpad like numpad numbers or +,-,/,* etc., false
otherwise.
Link copied to clipboard
Returns true
if key was a whitespace key like space, tab etc., false
otherwise.