key
Input / KeyboardDescription
The system variable key always contains the value of the most recently pressed key. For special keys, key == CODED and you must use keyCode.
Syntax
key
Parameters
None
Returns
charRelated
Under the Hood
From Processing.h:
char16_t key = 0;
Under the Hood
From Processing.cpp:
std::string key=parseString(s,i);
std::string key;