Quick code events
Check your repo for the Events program. Complete the TODOs and checkin
your code.
Demo to your instructor before you leave.
| Rubric | |||
|---|---|---|---|
| Capture key input | 0 : No keys | 2 : Print ASCII input ' '-'z' | |
| Capture mouse input | 0 : No mouse motion | 2 : Print mouse position | |
| Capture arrow key input | 0 : No arrow keys | 2 : Print arrow inputs | |
| Measure time between frames | 0 : No frame time | 2 : Print frame time | |
| Display frames per second | 0 : No FPS | 2 : Print FPS every 2 seconds |