Add support for file window events on Wayland
Add support for DroppedFile, HoveredFileCancelled and HoveredFile window events that were not supported on Wayland.
- [x] Tested on all platforms changed
- [x] Added an entry to the
changelogmodule if knowledge of this change could be valuable to users - [x] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
- [x] Created or updated an example program if it would help users understand this functionality
Is this still a draft PR? I think this should merge into master, instead of the last tagged release. Over there you can also push the x, y positions into the events.
I've tried this commit but leave doesn't seem to work.
Is this still a draft PR? I think this should merge into master, instead of the last tagged release. Over there you can also push the x, y positions into the events.
I've tried this commit but leave doesn't seem to work.
It's not a draft PR, waiting for feedback on the code and if there are bugs to fix
Thank you, yes the HoveredFileCancelled event was not dispatched, it should be fixed now
There're plenty of PRs dealing with it already, and have everything in place to figure out the design.