saket / telephoto

Building blocks for designing media experiences in Compose UI
https://saket.github.io/telephoto/
Apache License 2.0
869 stars 28 forks source link

Add mouse wheel zoom support #87

Closed alexvanyo closed 1 week ago

alexvanyo commented 1 month ago

Related to #78, the scroll wheel of a mouse should also zoom in and out.

saket commented 1 month ago

Just to confirm, is this for Android?

alexvanyo commented 1 month ago

Correct, either via the mouse wheel from a connected physical mouse, or from a trackpad like with a Chromebook or tablet.

saket commented 1 month ago

TIL you can zoom using the scroll wheel without pressing any modifier/meta keys on android

https://github.com/saket/telephoto/assets/2387680/8f3a4de7-4af0-4305-a8f2-b8a1b59b466e

saket commented 1 week ago

Done. Thanks for the suggestion @alexvanyo!