Press

data class Press(val position: IntOffset, val button: PointerButton) : PointerEvent(source)

A pointer press with a typed button.

Constructors

Link copied to clipboard
constructor(position: IntOffset, button: PointerButton)

Properties

Link copied to clipboard

the logical button that was pressed.

Link copied to clipboard
open override val position: IntOffset

the tree-coordinate event position.