Quote:
Originally Posted by sogaiu
I used the following to get the pointer location to change:
|
But you can use the shell directly:
` adb logcat MyApp:W *:S `
and
` xdotool mousemove 123 456 ; xdotool click 1 `
I will do a working (supposedly

) proof of concept in the evening.
Also because I should modify again the Monitor software, to output more clever logs and also detect tap-down (not just tap-up).
EDIT: you have already done it?