Skip to main content
Version: Next

Touchscreen.touchEnd() method

Dispatches a touchend event.

Signature:

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

Returns:

Promise<void>