KeyTracker
Tracks the keys currently pressed on the keyboard.
This class listens to key down and key up events from a provided KeyEvents instance and maintains a set of the currently pressed keys. Keys are identified by their names.
Parameters
keyEvents
The source of the key events to listen to.