Module egui::text_selection::text_cursor_state
source ยท Expand description
Text cursor changes/interaction, without modifying the text.
Structsยง
- The state of a text cursor selection.
Functionsยง
- ccursor_
next_ ๐line - The thin rectangle of one end of the selection, e.g. the primary cursor.
- Accepts and returns character offset (NOT byte offset!).
- is_
linebreak ๐ - select_
line_ ๐at - select_
word_ ๐at