Skip to content

Commit

Permalink
Affirmative statement for grab mode documentation, rather than negative
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
Aceeri and alice-i-cecile authored Aug 1, 2022
1 parent a0bb213 commit 149abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_window/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 149abd8

Please sign in to comment.