PointerInputNode

A node that receives pointer events in its local coordinate space.

The runtime visits the deepest and latest-painted hit node first. Returning InputResult.Ignored allows bubbling to continue, while InputResult.Consumed stops dispatch.

Inheritors

Functions

Link copied to clipboard
abstract fun onPointerEvent(event: PointerEvent, localPosition: IntOffset): InputResult

Handles a pointer event after layout hit testing.