azul_core::style

Function match_dom_selectors

Source
pub fn match_dom_selectors(
    ui_state: &UiState,
    css: &Css,
    focused_node: &Option<(DomId, NodeId)>,
    hovered_nodes: &BTreeMap<NodeId, HitTestItem>,
    is_mouse_down: bool,
) -> UiDescription