a-b-street / abstreet

Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
https://a-b-street.github.io/docs/
Apache License 2.0
7.76k stars 345 forks source link

Support touch displays #189

Open jvolker opened 4 years ago

jvolker commented 4 years ago

I've tested A/B street using a multi-touch monitor on Windows.

Touch events don't seem to be recognised at all atm.

Tested and not working:

dabreegster commented 4 years ago

I'll add support for https://docs.rs/glutin/0.24.1/glutin/event/struct.Touch.html in https://github.com/dabreegster/abstreet/blob/master/ezgui/src/event.rs. I can borrow a friend's Windows laptop and try to test it directly.