keyReleased
in
Library and Tool Development
•
11 months ago
this works:
- if(p.keyPressed) {
- // stuff
- }
but there is no boolean for keyReleased.
What is a descent way to check if a key is released?
1