Android Question sendPointerSync

Blueforcer

Well-Known Member
Licensed User
Longtime User
i want to perform system wide touch emulation to build a VNC like remote control app.
GestureDescription via AccessibilityServiceis not that good, because it records the gesture and do it AFTER i finished it on the client.
The problem here is that you cannot scroll "live" therefore you dont know where you at while scrolling a list for expample.

So i searched for other methods to do this and found this:

can anybody help me to use this in B4A? My app is already signed by the system key
 
Top