Function zng_wgt_input::focus::skip_directional

source ยท
pub fn skip_directional(
    child: impl UiNode,
    enabled: impl IntoVar<bool>,
) -> impl UiNode
Expand description

P If directional navigation from outside this widget skips over it and its descendants.

Setting this to true is the directional navigation equivalent of setting tab_index to SKIP.