Module dioxus_native_core::utils::cursor
source · Expand description
A cursor implementation that can be used to navigate and edit text.
Structs
- A cursor is a selection of text. It has a start and end position of the selection.
- A cursor position
Traits
- This contains the information about the text that is used by the cursor to handle navigation.
- This contains the information about the text that is used by the cursor to handle editing text.