View Single Post
Old 03-07-2018, 08:59 AM   #407
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
Quote:
Originally Posted by sogaiu View Post
I didn't do the clicking part
Tested, it works!
One note: I think `logcat` should be already opened with the filtering (similar to the above I posted), so you process something already cleaned up - which I presume should be faster.

The good idea about python is that it will work everywhere - linux, win, mac - ; it should be seen if this whole idea will be fast enough.

For doing more native code, posting mouse events should be trivial in Win (the functions are there in the Win32 API), but I have not understood yet the low level trick in Linux.

Anyway, as I wrote the Monitor code should probably come to include the tap-down (now it only gets "tap up"), so that also drag-and-drop could work...
mdp is offline   Reply With Quote