pub fn dispatch_event_to_target_tree(
tree: &mut WidgetTree,
target: NodeId,
event: &Event,
) -> DispatchOutcomeExpand description
Dispatch an event to a specific target node using the arena tree.
Capture phase runs root→target, then bubble phase runs target→root.