PointerEvent
Event triggered when a pointing device (Mouse, Pen, Touch, etc.) interacts with a View.
Parameters
source
receiving the notification
target
where the Pointer interaction occurred
buttons
that are pressed (applicable for Mouse)
targetInteractions
active Pointers that started within the target
changedInteractions
active Pointers that changed since the last event
allInteractions
that are currently active (even those not directed at the target)
modifiers
that are pressed
Properties
Link copied to clipboard
Pointers that are currently active (even those not directed at the target)
Link copied to clipboard
that are pressed (applicable for Mouse)
Link copied to clipboard
active Pointers that changed since the last event
Link copied to clipboard
Link copied to clipboard
Location of the first item in changedInteractions
Link copied to clipboard
active Pointers that started within the target
Link copied to clipboard
Type of the first item in changedInteractions