technique

Multi-key state tracking

Track several keys at once with one sketch-level boolean per key, set in keyPressed/keyReleased and read continuously in draw().

Also called: boolean key-flag tracking · simultaneous key press handling

What it is

How it works

Parameters & tuning

Where it’s been used

Variants & neighbours

Go deeper


Revision 1 · 1 source · Something wrong? Tell us.