show_directional_query

Function show_directional_query 

Source
pub fn show_directional_query(
    child: impl IntoUiNode,
    orientation: impl IntoVar<Option<Orientation2D>>,
) -> UiNode
Expand description

P Draw the directional query for closest sibling of the hovered focusable widget.

ยงWindow Only

This property only works if set in a window, if set in another widget it will log an error and not render anything.