pub fn is_hovered_disabled(
child: impl IntoUiNode,
state: impl IntoVar<bool>,
) -> UiNodeExpand description
P If the mouse pointer is over the widget or a descendant and the widget is disabled.
pub fn is_hovered_disabled(
child: impl IntoUiNode,
state: impl IntoVar<bool>,
) -> UiNodeP If the mouse pointer is over the widget or a descendant and the widget is disabled.