Move

data class Move(val position: IntOffset) : PointerEvent(source)

A pointer movement event.

Constructors

Link copied to clipboard
constructor(position: IntOffset)

Properties

Link copied to clipboard
open override val position: IntOffset

the tree-coordinate event position.