PointerUpEvent

@Stable
data class PointerUpEvent(val id: Long, val position: Offset, val rawPosition: Offset) : PointerEvent

Constructors

Link copied to clipboard
constructor(id: Long, position: Offset, rawPosition: Offset)

Properties

Link copied to clipboard
open override val id: Long
Link copied to clipboard
open override val position: Offset
Link copied to clipboard
val rawPosition: Offset

Functions

Link copied to clipboard
fun reset(p: Offset, raw: Offset): PointerUpEvent