PAGE_DOWN
Content copied to clipboard
Constant for the Page Down 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.