VoodooSMBus / VoodooRMI

Synaptic Trackpad driver over SMBus/I2C for macOS
GNU General Public License v2.0
232 stars 19 forks source link

Make Force Touch inputs detects rejection zone #168

Closed kanghengliu closed 1 year ago

kanghengliu commented 1 year ago

Adds detection for zone when triggering Force Touch #167

1Revenger1 commented 1 year ago

I think the better solution is to check that fingerState[i] is equal to VALID before checking isForceTouch on line 226.

kanghengliu commented 1 year ago

Updated code as instructed. Tested to be functional