egui::text_selection::accesskit_text

Function update_accesskit_for_text_widget

Source
pub fn update_accesskit_for_text_widget(
    ctx: &Context,
    widget_id: Id,
    cursor_range: Option<CursorRange>,
    role: Role,
    galley_pos: Pos2,
    galley: &Galley,
)
Expand description

Update accesskit with the current text state.