diff --git a/crates/bevy_window/src/window.rs b/crates/bevy_window/src/window.rs index 797df4d487ce3..a141186fd78a1 100644 --- a/crates/bevy_window/src/window.rs +++ b/crates/bevy_window/src/window.rs @@ -270,7 +270,7 @@ pub enum WindowCommand { /// Defines how the cursor is grabbed. #[derive(Debug, Clone, Copy, PartialEq)] pub enum CursorGrabMode { - /// No grabbing of the cursor is performed + /// The cursor can freely leave the window None, /// The cursor is confined to the window area. Confined,