DragEvent

data class DragEvent(val type: DragEvent.Type, val start: PointF, val offset: PointF)

Represents a drag event emitted by a navigator from a start point moved by an offset.

All the points are relative to the navigator view.

Constructors

Link copied to clipboard
constructor(type: DragEvent.Type, start: PointF, offset: PointF)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard