You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the external CGEventRecordPointer function cannot be found.
Here's the error:
Undefined symbols for architecture x86_64:
"_CGEventRecordPointer", referenced from:
-[TouchExtractorAppDelegate decodeEvents:] in TouchExtractorAppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I would love to learn how this code works. I'm already using as a basis for some very basic touch synthesis in my own little project Mac Mouse Fix. I think I might be able to use it for some really neat features if I understood this better. Thank you so much for your amazing work and for making it open source!
The text was updated successfully, but these errors were encountered:
It seems that the external
CGEventRecordPointer
function cannot be found.Here's the error:
I would love to learn how this code works. I'm already using as a basis for some very basic touch synthesis in my own little project Mac Mouse Fix. I think I might be able to use it for some really neat features if I understood this better. Thank you so much for your amazing work and for making it open source!
The text was updated successfully, but these errors were encountered: