sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.shell
/
ShellCommands
/
inputTap
input
Tap
abstract
fun
inputTap
(
x
:
Int
,
y
:
Int
)
:
String
模拟点击指定坐标。
Return
执行的 shell 命令字符串,例如:
input tap x y
Parameters
x
横坐标
y
纵坐标