Quick code events

Check your repo for the m2/Events program. Complete the TODOs and checkin your code. Your instructor will verify your code works correctly.

Capture key input0: No keys2: Print ASCII input ' '-'z'
Capture mouse input0: No mouse motion2: Print mouse position
Capture arrow key input0: No arrow keys2: Print arrow inputs
Measure time between frames0: No frame time2: Print frame time
Display frames per second0: No FPS2: Print FPS every 2 seconds