pub fn is_cap_hovered(
child: impl IntoUiNode,
state: impl IntoVar<bool>,
) -> UiNodeExpand description
P If the mouse pointer is over the widget, or a descendant, or is captured by the it.
The value is always false when the widget is not ENABLED.