emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
980 stars 92 forks source link

Window::get_mouse_pos with mode set to MouseMode::Discard returns last obtained location instead of None #346

Open iyicanme opened 4 months ago

iyicanme commented 4 months ago

This occurs on Fedora 39 running Wayland 1.22. I get the feeling that this is not unexpected from the few other Wayland related issues. I just wanted to document the situation.

emoon commented 4 months ago

Thanks! Yeah, there are many Wayland issues currently :/ I will need to tackle them one day