summaryrefslogtreecommitdiffstats
path: root/native/src/mouse_cursor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/mouse_cursor.rs')
-rw-r--r--native/src/mouse_cursor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/mouse_cursor.rs b/native/src/mouse_cursor.rs
index f6a68c54..291e57a6 100644
--- a/native/src/mouse_cursor.rs
+++ b/native/src/mouse_cursor.rs
@@ -1,5 +1,5 @@
/// The state of the mouse cursor.
-#[derive(Debug, Eq, PartialEq, Clone, Copy)]
+#[derive(Debug, Eq, PartialEq, Clone, Copy, PartialOrd, Ord)]
pub enum MouseCursor {
/// The cursor is out of the bounds of the user interface.
OutOfBounds,