pub fn schedule_pointer_repass(node_id: NodeId)Expand description
Schedules a pointer repass for the specified node.
This is called automatically when pointer modifiers invalidate
and mirrors Kotlin’s PointerInputDelegatingNode.requestPointerInput.