D
D
denis_prokopchuk2015-06-03 17:43:52
iOS
denis_prokopchuk, 2015-06-03 17:43:52

Tracking user's touch via private API?

How can I track a user's touch using private APIs in iOS 8?
There is a similar question on stackoverflow, but when I try to implement it in iOS 8, I get an error.
stackoverflow.com/questions/15537564/ios-touch-eve...
The errors are due to the fact that in iOS 8 there is no way to connect IOHIDEventSystem.h. Has anyone encountered a similar problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2015-06-12
@alexyat

stackoverflow there is a slightly different question, they want to simulate a click. But to catch clicks, it’s enough to take the KHWindow.h and .m file from this project
https://github.com/freerunnering/iHackerPro-App
and create instead of UIWindow, KHWindow there in the project you can see how this is done.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question