rewolf93 / CS370

Programs for Software Engineering course
MIT License
0 stars 0 forks source link

Issue 50 - Get Mouse and Keyboard Input #59

Closed Spiffiriffic closed 4 years ago

Spiffiriffic commented 4 years ago

Now prints keypresses, as well as the coordinates of mouse clicks.

However, Tkinter only grabs these events every time it mainloops; as a result, it can't currently react to them when the car is driving.

Fixes #50