imbushuo / mac-precision-touchpad

Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
Other
8.73k stars 559 forks source link

Momentum preservation for a more mac-like feel? #470

Open mmurawski opened 2 years ago

mmurawski commented 2 years ago

This is an absolutely fantastic project, thank you!

Some older windows trackpad drivers such as synaptics touchpad drivers had the ability to preserve the momentum of some faster finger flicks to make the cursor still travel some distance even after the finger is lifted. Similar behavior still exists on macs and ipads when using the magic trackpad.

Please excuse me in advance if that is something out of scope for this project as I am not too familiar with how windows precision touchpad drivers work or if they have similar functionality in there but: Would it be possible to have a toggle that would preserve the momentum of more aggressive swipes and flicks macOS style when using magic trackpad on Windows?

AB#813