You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/runal.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -467,4 +467,23 @@ tail -f console.log
467
467
468
468
The **console.log** file is deleted upon exit.
469
469
470
+
### Events
471
+
472
+
#### onKey(c, key)
473
+
Listen to keyboard events. Key contains the key string. **It's a root function, which means it should be placed at the same level as **setup()** and **draw()**.
0 commit comments