lokxii / Mac-trackpad-mapper

A utility for Mac that maps finger position on trackpad to cursor location on Scnreen
MIT License
28 stars 3 forks source link

Don't run on Magic Mouse & run on all detected trackpads #14

Closed ghost closed 1 year ago

ghost commented 1 year ago

Closes #13.

lokxii commented 1 year ago

Should the utility also check for new magic trackpad devices and hook callback to them? (with IO service notification?)

I didn't do it at first because I have no idea how to deal with different devices. But now we have a reference implementation, I think it's ok to add it.