Closed DannyJJK closed 1 year ago
I cannot test this but MacOS might only send LineDelta events.
@DannyJJK https://github.com/Kl4rry/simp/commit/4e19b41cbc9bead63f4e9e18eeec25ea3e49165d adds some simple preferences that allows the zoom speed to be adjusted. Does this fix the issue? You can try it out using one of the builds from github actions.
Simp 3.2.0 OS: macOS Ventura 13.0.1 (22A400) Hardware: MacBook Pro 13-inch, 2019
When using the two-finger scroll gesture on the MacBook trackpad, the image zoom is over-sensitive/too fast. This is a problem I've seen on other cross-platform applications, so this issue is not unique to Simp.
I originally thought this issue was due to line-based scrolling instead of pixel based because it feels like line-based scrolling, however looking at
simp/app.rs
it looks like it should handle pixel-based scrolling.So I'm not sure what's causing this issue, maybe it's macOS specific.