Module zng_ext_input::focus
source · Expand description
Keyboard focus manager.
Modules§
- Commands that control focus and
Command
extensions. - Focusable info tree iterators.
Structs§
- Keyboard focus service.
FOCUS_CHANGED_EVENT
arguments.- Builder for
FocusInfo
accessible in aWidgetInfoBuilder
. - A
WidgetInfoTree
wrapper for querying focus info out of the widget tree. - Application extension that manages keyboard focus.
- Represents the
FocusTarget
actions that move focus from the current focused widget. - Focus change request.
RETURN_FOCUS_CHANGED_EVENT
arguments.- Widget tab navigation position within a focus scope.
WidgetInfo
wrapper that adds focus information for each widget.
Enums§
- Directional navigation configuration of a focus scope.
- The cause of a
FOCUS_CHANGED_EVENT
. - Focus metadata associated with a widget info tree.
- Behavior of a focus scope when it receives direct focus.
- Focus request target.
- Tab navigation configuration of a focus scope.
Statics§
- Keyboard focused widget changed event.
- Scope return focus widget changed event.
Traits§
WidgetInfo
extensions that build aWidgetFocusInfo
.