Uriopass / Egregoria

3D City Builder without a grid
http://douady.paris/blog/
GNU General Public License v3.0
1.52k stars 52 forks source link

Fix zooming on MacBook Pro touchpads #69

Closed Salzian closed 1 year ago

Salzian commented 1 year ago

Introduces MouseScrollDelta::PixelDelta variant to WindowEvent::MouseWheel handling.

Unfortunately, the way zoom is handled, I was unable to implement a more sensible sensitivity to the touchpad without digging into the input mapping system. Right now it's too sensitive compared to a mouse wheel, but better than not being able to zoom at all.

Uriopass commented 1 year ago

Thanks !

Uriopass commented 1 year ago

I reduced the sensibility and made it dependent on scroll amount. Should feel a bit better on trackpads now.