🖲 The name of the last key pressed.
q5.draw = function () { background(0.8); textSize(64); text(key, -80, 20);}; Copy
q5.draw = function () { background(0.8); textSize(64); text(key, -80, 20);};
🖲 The name of the last key pressed.