summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
Diffstat (limited to 'native')
-rw-r--r--native/src/mouse_cursor.rs9
1 files changed, 6 insertions, 3 deletions
diff --git a/native/src/mouse_cursor.rs b/native/src/mouse_cursor.rs
index 8bfa2b44..78ddb0ae 100644
--- a/native/src/mouse_cursor.rs
+++ b/native/src/mouse_cursor.rs
@@ -13,12 +13,15 @@ pub enum MouseCursor {
/// The cursor is over a grabbable widget.
Grab,
- /// The cursor is grabbing a widget.
- Grabbing,
-
/// The cursor is over a text widget.
Text,
+ /// The cursor is over a widget that requires precision.
+ Crosshair,
+
+ /// The cursor is grabbing a widget.
+ Grabbing,
+
/// The cursor is resizing a widget horizontally.
ResizingHorizontally,