Touchscreen.touchEnd() 方法
🌐 Touchscreen.touchEnd() method
在第一个激活的触摸上分派一个 touchend 事件。
🌐 Dispatches a touchend event on the first touch that is active.
语法
🌐 Signature
class Touchscreen {
touchEnd(): Promise<void>;
}
返回:
Promise<void>
🌐 Touchscreen.touchEnd() method
在第一个激活的触摸上分派一个 touchend 事件。
🌐 Dispatches a touchend event on the first touch that is active.
🌐 Signature
class Touchscreen {
touchEnd(): Promise<void>;
}
返回:
Promise<void>