JitouchApp / Jitouch

A multi-touch extension for MacBook, Magic Mouse, and Magic Trackpad
GNU General Public License v3.0
391 stars 28 forks source link

Fix Two-Fix One-Slide gestures with filtering on #52

Closed aaronkollasch closed 1 year ago

aaronkollasch commented 1 year ago

These gestures relied on the sliding finger's movement going to zero, which no longer happened when the LingerInRange and OutOfRange MTTouchStates were filtered. Instead, BreakTouch is also detected as equivalent to a finger's movement going to zero.

Also scales the movement threshold by charRegIndexRingDistance, similar to #36 – a trackpad-specific scaling factor should be added at some point.