Touchscreen.touchEnd() 方法
¥Touchscreen.touchEnd() method
在第一个活动触摸时发送 touchend
事件。
¥Dispatches a touchend
event on the first touch that is active.
签名
¥Signature
class Touchscreen {
touchEnd(): Promise<void>;
}
Returns:
Promise<void>
¥Touchscreen.touchEnd() method
在第一个活动触摸时发送 touchend
事件。
¥Dispatches a touchend
event on the first touch that is active.
¥Signature
class Touchscreen {
touchEnd(): Promise<void>;
}
Returns:
Promise<void>