触摸屏类
Touchscreen 类公开触摸屏事件。
签名:
export declare abstract class Touchscreen
备注
此类的构造函数标记为内部。第三方代码不应直接调用构造函数或创建扩展 Touchscreen
类的子类。
方法
方法 | 修饰符 | 说明 |
---|---|---|
tap(x, y) | 分派 touchstart 和 touchend 事件。 | |
touchEnd() | 分派 touchend 事件。 | |
touchMove(x, y) | 分派 touchMove 事件。 | |
touchStart(x, y) | 分派 touchstart 事件。 |