TouchSimulator-iOS14 icon indicating copy to clipboard operation
TouchSimulator-iOS14 copied to clipboard

simulate touch tool working on iOS14

Results 2 TouchSimulator-iOS14 issues
Sort by recently updated
recently updated
newest added

> Making all for tweak TouchSimulator… ==> Preprocessing TouchSimulator.xm… ==> Compiling Example.xm (arm64)… In file included from Example.xm:1: /home/joyas/TouchSimulator-iOS14/TouchSimulator.h:14:12: error: cannot find interface declaration for 'UIApplication' @interface UIApplication() ^ /home/joyas/TouchSimulator-iOS14/TouchSimulator.h:18:12:...

#import "TouchSimulator.h" #import #import // 函数声明 static void postEvent(IOHIDEventRef event); static void execute(); static IOHIDEventRef parent = NULL; unsigned long long int senderID = 0; void simulateTouch(int type, float x,...