We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21450ce commit b08d6fcCopy full SHA for b08d6fc
crates/bevy_window/src/window.rs
@@ -656,7 +656,7 @@ impl Window {
656
self.command_queue
657
.push(WindowCommand::SetDecorations { decorations });
658
}
659
- /// Get whether or how the cursor is grabed.
+ /// Get whether or how the cursor is grabbed.
660
///
661
/// ## Platform-specific
662
@@ -666,7 +666,7 @@ impl Window {
666
pub fn cursor_grab_mode(&self) -> CursorGrabMode {
667
self.cursor_grab_mode
668
669
- /// Set whether and how the cursor is grabed.
+ /// Set whether and how the cursor is grabbed.
670
671
/// This doesn't hide the cursor. For that, use [`set_cursor_visibility`](Window::set_cursor_visibility)
672
0 commit comments