Move

data class Move(val point: Point) : Interaction

A move interaction.

Constructors

Link copied to clipboard
constructor(point: Point)

Properties

Link copied to clipboard
open override val point: Point