keyPressed
Input / KeyboardDescription
The boolean system variable keyPressed is true if any key is pressed.
Syntax
keyPressed
Parameters
None
Returns
boolRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...
The boolean system variable keyPressed is true if any key is pressed.
None
Implementation in Processing.h / Processing.cpp: