SimulateTouch icon indicating copy to clipboard operation
SimulateTouch copied to clipboard

Simulate touch library for iOS

Results 16 SimulateTouch issues
Sort by recently updated
recently updated
newest added

iphone 5c,ios 9.0.0 use theos "tool" success "tweak" ST Error: simulateTouch:atPoint:withType: index:0 type:1 pathIndex:0

Not really an issue, but would be a nice to have feature to enable the ability to trigger a force touch event via a click while holding ctrl or something...

I successfully make the tool.Then i use the stouch like this ipad-mini-hei-012:/bin root# stouch touch 50 100 2017-02-10 10:15:47.215 stouch[549:707] ST Error: simulateTouch:atPoint:withType: index:0 type:1 pathIndex:0 how to solve the...

on JB 9.0.2 -- not stouch touch or swipe commands work. always gets the error of the form: stouch[1779:7129] ST Error: simulateTouch:atPoint:withType: index:0 type:1 pathIndex:0

I can't automate an app because the finger must stay at a certain position after swiping. So I would really need a swipe and then hold at end position feature.

Method:SendTouchesEvent float factor = 1.0f; if (width == 640 || width == 1536) factor = 2.0f; ``` rX = x/width*factor; rY = y/height*factor; ``` here the "factor" is not the...

void handle_event (void\* target, void\* refcon, IOHIDServiceRef service, IOHIDEventRef event) { if (IOHIDEventGetType(event)==kIOHIDEventTypeDigitizer){ IOHIDFloat x=IOHIDEventGetFloatValue(event, (IOHIDEventField)kIOHIDEventFieldDigitizerX); IOHIDFloat y=IOHIDEventGetFloatValue(event, (IOHIDEventField)kIOHIDEventFieldDigitizerY); int width = [[UIScreen mainScreen] bounds].size.width; int height = [[UIScreen mainScreen]...

I downloaded this from Big Boss repo via Cydia and installed. The phone crashed immediately after installing. I booted into safe mode and uninstalled. When I attempted to research the...