Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor visible #571

Open
terrarier2111 opened this issue Jul 4, 2021 · 2 comments
Open

Cursor visible #571

terrarier2111 opened this issue Jul 4, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@terrarier2111
Copy link
Contributor

When playing stevenrella you can still see the cursor, although it should be hidden.

@iceiix
Copy link
Owner

iceiix commented Jul 18, 2021

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?

@iceiix iceiix added the bug Something isn't working label Jul 18, 2021
@terrarier2111
Copy link
Contributor Author

I am using fedora 34, i will check if the issue persists with the update some time in the future, hence i'm currently busy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants