Skip to main content
Version: 23.8.0

TouchHandle interface

The TouchHandle interface exposes methods to manipulate touches that have been started

Signature

export interface TouchHandle

Methods

Method

Description

end()

Dispatches a touchend event for this touch.

move(x, y)

Dispatches a touchMove event for this touch.