Skip to content

Commit 149abd8

Browse files
Affirmative statement for grab mode documentation, rather than negative
Co-authored-by: Alice Cecile <[email protected]>
1 parent a0bb213 commit 149abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_window/src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ pub enum WindowCommand {
270270
/// Defines how the cursor is grabbed.
271271
#[derive(Debug, Clone, Copy, PartialEq)]
272272
pub enum CursorGrabMode {
273-
/// No grabbing of the cursor is performed
273+
/// The cursor can freely leave the window
274274
None,
275275
/// The cursor is confined to the window area.
276276
Confined,

0 commit comments

Comments
 (0)