Skip to main content
Version: 24.38.0

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>