Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何实现快速开启或者关闭在屏幕上显示触摸坐标? 开发者选项隐藏得太深了!
开启的话可以在js悬浮窗点开点小齿轮开,关闭的话自己动手把
来,撸我!
shell("enabled=$(settings get system pointer_location)\n" + "if [[ $enabled == 1 ]]\n" + "then\n" + "settings put system pointer_location 0\n" + "else\n" + "settings put system pointer_location 1\n" + "fi\n", true);
@admin 请问这个shell命令需要root权限吗? 直接放到一个.js文件运行吗?
@basking 我是通过基本的点击滑动事件来实现的 耗时2秒左右
与 Auto.js 的连接断开,我们正在尝试重连,请耐心等待