TapEvent

data class TapEvent(val point: PointF, val targetElement: TargetElement? = null)

Represents a tap event emitted by a navigator at the given point.

All the points are relative to the navigator view.

Parameters

targetElement

The content element under the pointer, if recognized by the navigator (e.g. an image). Only some navigators populate this property.

Constructors

Link copied to clipboard
constructor(point: PointF, targetElement: TargetElement? = null)

Properties

Link copied to clipboard
Link copied to clipboard