How can I simulate the touch events by IOHIDEvent?
I want to simulate touch events on iOS 6. I learned something useful from IOHIDEvent , which is a low-level functions bundle for human interface devices. From: https://github.com/kennytm/iphone-private-frameworks/tree/master/IOKit/hid I got the private framework with IOHIDEvent , but the headers were changed after iOS 4, and some functions were not supported any more. Does anyone know how to get the functions in iOS6, or known how to simulate the events at system-level? Nate As I mentioned in my answer to your other question today , you might try looking at GSEvent.h from GraphicsServices