Skip to main content
Version: Next

Touchscreen.touchEnd() method

Dispatches a touchend event on the first touch that is active.

Signature

class Touchscreen {
touchEnd(): Promise<void>;
}

Returns:

Promise<void>