keyCode
Input / KeyboardDescription
Used to detect special keys: UP, DOWN, LEFT, RIGHT, ALT, CONTROL, SHIFT, etc. Only valid when key == CODED.
Syntax
keyCode
Parameters
None
Returns
intRelated
Under the Hood
From Processing.h:
int keyCode = 0;