Skip to main content
Version: 21.9.0

Touchscreen class

The Touchscreen class exposes touchscreen events.

Signature:

export declare abstract 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

MethodModifiersDescription
tapDispatches a touchstart and touchend event.
touchEndDispatches a touchend event.
touchMoveDispatches a touchMove event.
touchStartDispatches a touchstart event.