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

Current Magic Trackpad is familyID 129, not 130 #54

Open Crazor opened 1 year ago

Crazor commented 1 year ago

The current iteration of the Magic Trackpad 2 (large corners, matching the Magic Keyboard with the Lock button in the top right corner) is still reporting as 129 and not 130, as assumed in the code.

Originally posted by @Crazor in https://github.com/JitouchApp/Jitouch/issues/30#issuecomment-1369709692

aaronkollasch commented 1 year ago

I think the code does expect the Magic Trackpad 2 to have Family ID 129, and 130 is a placeholder for a future Magic Trackpad 3 (which may or may not happen, similar to 113 being assigned to a built-in trackpad instead of the next Magic Mouse).

https://github.com/JitouchApp/Jitouch/blob/f8e8d6713f6c71c0af037feb6406bb990c47d5c7/jitouch/Jitouch/Gesture.m#L42-L46