跳至主要内容
版本: 22.5.0

Touchscreen.touchStart() 方法

分派 touchstart 事件。

签名:

class Touchscreen {
abstract touchStart(x: number, y: number): Promise<void>;
}

参数

参数类型描述
x数字点击的水平位置。
y数字点击的垂直位置。

返回值

Promise<void>