We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing the cursor style doesn't work for me. Unless I do this:
window.set_cursor_style(CursorStyle::Crosshair); sleep(Duration::from_millis(2000));
and then wiggle my mouse during those 2 seconds
The text was updated successfully, but these errors were encountered:
Thanks for the report. Which OS is this on?
Sorry, something went wrong.
MacOS Ventura 13.1 Thank you
emoon
No branches or pull requests
Changing the cursor style doesn't work for me.
Unless I do this:
and then wiggle my mouse during those 2 seconds
The text was updated successfully, but these errors were encountered: