imbushuo / mac-precision-touchpad

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

three finger drag #84

Closed shaun92 closed 6 years ago

shaun92 commented 6 years ago

Thank you for this project. I have completely moved on from trackpad++. Small request if possible can you guys add three finger drag functionality like mac.

YeshYyyK commented 6 years ago

It would kind of defeat the purpose. This implementation relies on Windows' Precision Touchpad for all of its stuff. A better idea would be to ask Microsoft to add it in.

imbushuo commented 6 years ago

Under current implementation you have to ask Microsoft about it - since it doesn't make sense to expose both mouse HID collection and PTP collection to OS at the same time, and it add cost in processing.