Skip to main content

focus_text_input

Function focus_text_input 

Source
pub fn focus_text_input(
    info: &InfoNode,
    target: Option<&Arc<dyn CustomNode>>,
) -> bool
Expand description

Focuses target and clears focus from every other text input.

Returns whether a text input received focus.