gereleth / hexapipes

Hexagonal pipes puzzles
https://hexapipes.vercel.app/hexagonal/5
MIT License
186 stars 19 forks source link

Add settings for controlling pan and zoom #78

Closed Aaron-Rumpler closed 8 months ago

Aaron-Rumpler commented 1 year ago

Adds a couple of extra settings for pan and zoom:

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hexapipes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2023 1:12am
gereleth commented 1 year ago

Do you think it's possible to detect pan sensitivity and direction? It would be best to automatically determine correct settings for a particular device. I can't really check myself as I don't have any Mac devices at hand.

Maybe there is a better alternative to normalize-wheel package I'm using that translates Mac touchpad events better so they don't require any special handling.

It would be really cool if things can just work everywhere =).

Aaron-Rumpler commented 1 year ago

I'm by no means a web developer (so you're probably in a better position to investigate this), but I'm more than happy to test things for you on macOS.