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
rev: 8957883
env: fedora/gnome 3.34.2/wayland
bug: Drag,drop,hovered events are not generated in events example
The text was updated successfully, but these errors were encountered:
Do you mean the FileHovered, FileDropped and FilesHoveredLeft events?
FileHovered
FileDropped
FilesHoveredLeft
It could be a winit issue. Are the events generated in this example? https://github.com/rust-windowing/winit/blob/master/examples/window.rs
winit
Sorry, something went wrong.
Thx
Looks like it still isnt fixed. Can you please reopen and close the issue when support is added?
Related: emilk/egui#1563
Workaround: Force Xwayland by adding
std::env::set_var("WINIT_UNIX_BACKEND", "x11");
before Gui::run()
Gui::run()
No branches or pull requests
rev: 8957883
env: fedora/gnome 3.34.2/wayland
bug: Drag,drop,hovered events are not generated in events example
The text was updated successfully, but these errors were encountered: