Issue description
using the keyPressed boolean call (https://processing.org/reference/keyPressed.html), the value keeps being true once pressed, even after release.
for instance:
if (keyPressed) {
// some code
}
then never leaves the if statement when the key is released.
Issue description
using the keyPressed boolean call (https://processing.org/reference/keyPressed.html), the value keeps being true once pressed, even after release.
for instance:
if (keyPressed) {
// some code
}
then never leaves the if statement when the key is released.