inputTap

abstract fun inputTap(x: Int, y: Int): String

模拟点击指定坐标。

Return

执行的 shell 命令字符串,例如:input tap x y

Parameters

x

横坐标

y

纵坐标