pub fn update_hover(
path: &HitPath<'_>,
previous: Option<&Arc<dyn CustomNode>>,
) -> boolExpand description
Updates the hover state of custom nodes after a pointer move.
Clears hover from the previously hovered node (if different) and sets it on the node under the pointer. Returns whether the hover target changed.