What is the difference between keyIsPressed and keyPressed in p5.js?
In the video, we compare them in two tests.
Timestamps:
00:00 Intro
00:09 Compare keyIsPressed and keyPressed as functions in p5.js
01:00 Compare keyIsPressed and keyPressed as if statements in p5.js
Resources:
p5.js web editor: https://editor.p5js.org/
keyIsPressed reference: https://p5js.org/reference/#/p5/keyIs...
keyPressed reference: https://p5js.org/reference/#/p5/keyPr...