Module rerun::external::eframe::egui::text_selection
Expand description
Helpers regarding text selection for labels and text edit.
Modules§
- Text cursor changes/interaction, without modifying the text.
Structs§
- A selected text range (could be a range of length zero).
- A selected text range (could be a range of length zero).
- Handles text selection in labels (NOT in
crate::TextEdit
)s. - The state of a text cursor selection.