Module egui::text_selection
source · Expand description
Helpers regarding text selection for labels and text edit.
Re-exports
pub use text_cursor_state::TextCursorState;
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.