android-mouse-cursor
android-mouse-cursor copied to clipboard
Using an AccessibilityService to simulate a mouse in Android (without root)
A bit of a niche situation, but I'm trying to run the web version of FTL on my phone and it requires an external mouse in order to play the...
Mentioned on http://stackoverflow.com/questions/4386449/send-touch-event-from-adb-to-a-device is ``` adb shell input tap x y ``` could we not use this method?
I am trying to use this code but am facing issue in click event.
I want to use this project in my music game likes Project Sega or other,the issu is the game hasn a available element id,I want to click a coordinate or...