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
Describe the bug When using wry with winit it isn't possible to change the cursor using CSS. It works as expected with tao.
Steps To Reproduce Run the winit example and hover any button, text, or input element
winit
Expected behavior The cursor should change
Screenshots
Platform and Versions (please complete the following information): OS: macOS Sonoma 14.5 Rustc: 1.80.0
Additional context Possibly related to #175
The text was updated successfully, but these errors were encountered:
This is only an issue when using new_as_child with winit, which the example was switched to in #1323. Tao works with both new and new_as_child.
new_as_child
new
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using wry with winit it isn't possible to change the cursor using CSS. It works as expected with tao.
Steps To Reproduce
Run the
winit
example and hover any button, text, or input elementExpected behavior
The cursor should change
Screenshots
Tao
tao.mov
Winit
winit.mov
Platform and Versions (please complete the following information):
OS: macOS Sonoma 14.5
Rustc: 1.80.0
Additional context
Possibly related to #175
The text was updated successfully, but these errors were encountered: