Skip to content

Commit

Permalink
Remove unnecessary implementation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalKrill authored and maroider committed Jan 5, 2022
1 parent df3cd09 commit 1aefe87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/window.rs
Expand Up @@ -799,7 +799,6 @@ impl Window {
/// ## Platform-specific
///
/// - **macOS:** This locks the cursor in a fixed location, which looks visually awkward.
/// - **Web:** This uses the pointer lock API
/// - **iOS / Android:** Always returns an [`ExternalError::NotSupported`].
#[inline]
pub fn set_cursor_grab(&self, grab: bool) -> Result<(), ExternalError> {
Expand Down

0 comments on commit 1aefe87

Please sign in to comment.