Skip to main content

Module focus_manager

Module focus_manager 

Source

Structs§

FocusManager
Moves focus between the focus targets the tree holds, the way LocalFocusManager does in Jetpack Compose.

Functions§

local_focus_manager
CompositionLocal carrying the FocusManager, as LocalFocusManager does in Compose. The same instance comes back on every call.
request_focus_from_platform
Moves focus onto node_id when it holds a focus target. A platform’s accessibility layer calls this when a screen reader lands on a control, so the app’s focus follows the reader’s.