diff --git a/src/window.rs b/src/window.rs index 2567d94d..e855ca1a 100644 --- a/src/window.rs +++ b/src/window.rs @@ -638,7 +638,9 @@ impl Window { self.window.set_cursor_grab(grab) } - /// Hides the cursor, making it invisible but still usable. + /// Modifies the cursor's visibility. + /// + /// If `false`, this will hide the cursor. If `true`, this will show the cursor. /// /// ## Platform-specific ///