( begin auto-generated from keyPressed.xml ) The keyPressed() function is called once every time a key is pressed. The key that was pressed is stored in the key variable. For non-ASCII keys, use the keyCode variable. The keys included in the ASCII specification (BAC
()
| 3122 | * @see PApplet#keyReleased() |
| 3123 | */ |
| 3124 | public void keyPressed() { } |
| 3125 | |
| 3126 | |
| 3127 | public void keyPressed(KeyEvent event) { |