Release

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

A pointer release with a typed button.

Constructors

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

Properties

Link copied to clipboard

the logical button that was released.

Link copied to clipboard
open override val position: IntOffset

the tree-coordinate event position.