Touchscreen 类
¥Touchscreen class
Touchscreen 类公开触摸屏事件。
¥The Touchscreen class exposes touchscreen events.
签名
¥Signature
export declare abstract class Touchscreen
备注
¥Remarks
此类的构造函数被标记为内部构造函数。第三方代码不应直接调用构造函数或创建扩展 Touchscreen
类的子类。
¥The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Touchscreen
class.
方法
¥Methods
方法 | 修饰符 | 描述 |
---|---|---|
tap(x, y) | 调度 | |
touchEnd() | 在第一个活动触摸时发送 | |
touchMove(x, y) | 在第一个活动触摸时发送 评论: 并非每个 | |
touchStart(x, y) | 调度 |