Function cosmic::iced_runtime::core::widget::operation::focusable::find_focused
source ยท pub fn find_focused() -> impl Operation<Id>
Expand description
Produces an Operation
that searches for the current focused widget
and stores its ID. This ignores widgets that do not have an ID.