processing right arrow key code example Example: processing right arrow key void keyPressed() { if (keyCode == DOWN) { } }