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

Drag,drop,hovered events are not generated in events example #167

Closed
cossonleo opened this issue Jan 22, 2020 · 5 comments
Closed

Drag,drop,hovered events are not generated in events example #167

cossonleo opened this issue Jan 22, 2020 · 5 comments
Labels
question Further information is requested
Milestone

Comments

@cossonleo
Copy link
Contributor

rev: 8957883

env: fedora/gnome 3.34.2/wayland

bug: Drag,drop,hovered events are not generated in events example

@hecrj
Copy link
Member

hecrj commented Jan 22, 2020

Do you mean the FileHovered, FileDropped and FilesHoveredLeft events?

It could be a winit issue. Are the events generated in this example? https://github.com/rust-windowing/winit/blob/master/examples/window.rs

@hecrj hecrj added the question Further information is requested label Jan 22, 2020
@hecrj hecrj added this to the 0.1.0 milestone Jan 22, 2020
@cossonleo
Copy link
Contributor Author

Thx

@LeSnake04
Copy link

Looks like it still isnt fixed. Can you please reopen and close the issue when support is added?

@LeSnake04
Copy link

Related: emilk/egui#1563

@LeSnake04
Copy link

Workaround: Force Xwayland by adding

std::env::set_var("WINIT_UNIX_BACKEND", "x11");

before Gui::run()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants