* refactor: move library dynamic layout inflater to autojs module
* fix: ScriptExecuteActivity memory leak * fix: InterruptedException on script exit event
This commit is contained in:
@@ -3,6 +3,6 @@ console.show();
|
||||
events.observeTouch();
|
||||
events.setTouchEventTimeout(30);
|
||||
events.on("touch", function(point){
|
||||
var c = colors.toString(images.pixel(captureScreen(), point.x, point.y);
|
||||
var c = colors.toString(images.pixel(captureScreen(), point.x, point.y));
|
||||
log("(" + point.x + ", " + point.y + "): " + c);
|
||||
});
|
||||
Reference in New Issue
Block a user