is_cap_hovered

Function is_cap_hovered 

Source
pub fn is_cap_hovered(
    child: impl IntoUiNode,
    state: impl IntoVar<bool>,
) -> UiNode
Expand 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.