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

Filter hovering and other MTTouch events #50

Closed aaronkollasch closed 1 year ago

aaronkollasch commented 1 year ago

Currently, Jitouch responds to all MTTouchStates the same, including those corresponding to a hovering finger that is not touching the trackpad.

This PR filters out any fingers that are not actually touching the trackpad when detecting gestures.

Also adds LOG_LEVEL_TRACE to dump live touch data in DEBUG builds.

Related to #18