LongPress

data class LongPress(val point: Point) : Interaction

A long-press interaction.

Constructors

Link copied to clipboard
constructor(point: Point)

Properties

Link copied to clipboard
open override val point: Point