KeyboardDevice provides an interface for subscribing to keyboard events and running callbacks when those events happen.
Create the device by setting up listeners
Reset the keyboard (e.g., between levels)
Set a handler to respond to some keydown event
The key to listen for
The code to run
Set a handler to respond to some keyup event
KeyboardDevice provides an interface for subscribing to keyboard events and running callbacks when those events happen.