Function is_focused

Source
pub fn is_focused(target: Id) -> impl Operation<bool>
Expand description

Produces an Operation that searches for the focusable widget and stores whether it is focused or not. This ignores widgets that do not have an ID.