PointerEvents

The PointerEvents interface manages the lifecycle of pointer-related events such as pointer press, release, movement, and cancellation.

It provides properties corresponding to specific types of pointer events and a method to deliver these events to their respective listeners.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val moved: Event<PointerEvent>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun deliver()

Delivers pointer-related events to their respective listeners.