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 e8f72ea commit fd9aec9Copy full SHA for fd9aec9
crates/bevy_window/src/window.rs
@@ -603,7 +603,7 @@ impl Window {
603
self.command_queue
604
.push(WindowCommand::SetDecorations { decorations });
605
}
606
- /// Get whether or how the cursor is grabed.
+ /// Get whether or how the cursor is grabbed.
607
///
608
/// ## Platform-specific
609
@@ -613,7 +613,7 @@ impl Window {
613
pub fn cursor_grab_mode(&self) -> CursorGrabMode {
614
self.cursor_grab_mode
615
616
- /// Set whether and how the cursor is grabed.
+ /// Set whether and how the cursor is grabbed.
617
618
/// This doesn't hide the cursor. For that, use [`set_cursor_visibility`](Window::set_cursor_visibility)
619
0 commit comments