Sets up the keyboard handler.
keyPressed() returns true if the given key is depressed.
keyClicked() is like keyPressed(), but if the key is down, it will not return until it has been released.
These are the values passed to the keyPressed() method. See the keyboard.h file for the names.