PointerEvent
Types
Link copied to clipboard
data class Drag(val position: IntOffset, val button: PointerButton, val deltaX: Double, val deltaY: Double) : PointerEvent
A pointer movement event while one typed button remains held.
Link copied to clipboard
A pointer movement event.
Link copied to clipboard
A pointer press with a typed button.
Link copied to clipboard
A pointer release with a typed button.