// KInput by Don-Duong Quach
// Model by Calvin Chan

This is a test of keyboard input and timing system.  After completing the combo system I decided to do a simple test to see how well it worked.  Pressing the combination of keys "left arrow, right, left" will make the model jump forward 100 units in space.

The console window is displaying the output in realtime.  When the combo is completed
the console resets.  If the combination is not completed in time, it gets reset.  
The input system is capable of handling combinations of mouse and keyboard presses now.

The model is pretty far away, so it will take several entries of the combo to get it closer.

The user controls:

Left and right arrow keys.