[][src]Function azul_core::style::match_dom_selectors

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