You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which OS? On macOS 11.4, the cursor hides correctly when entering mouse look. Maybe related to #565 focusing bug in settings.
winit is supposed to hide/show the cursor, called with window.set_cursor_visible(false); after window.set_cursor_grab(true).unwrap();. Updated to winit 0.25 in #546#541, @terrarier2111 does this still occur after that update?
When playing stevenrella you can still see the cursor, although it should be hidden.
The text was updated successfully, but these errors were encountered: