01c76b7eb1
* chore(main): release 15.3.0 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
767 B
767 B
sidebar_label |
---|
Touchscreen |
Touchscreen class
The Touchscreen class exposes touchscreen events.
Signature:
export declare class Touchscreen
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Touchscreen
class.
Methods
Method | Modifiers | Description |
---|---|---|
tap(x, y) | Dispatches a touchstart and touchend event. |