doryen-rs
doryen-rs copied to clipboard
Error: platform::platform::x11::util::input::PointerState uninitialized
Hello,
Thank you very much for this amazing project. I'm trying to run a demo:
cargo run --example basic
With stable version of Rust (rustc 1.50.0 (cb75ad5db 2021-02-10) )
I have this error:
platform::platform::x11::util::input::PointerState uninitialized
If I downgrade to 1.47.0
it works.
It's seams to be linked to winit issue
I absolutely don't know how can I update winit here.
Can confirm. Seeing the same thing in rustc 1.54.0-nightly
Ok this requires upgrading the glutin version in uni-app and has a huge impact on all the windowing/input event code in the unrust underlying engine. This will take some time
glutin has been upgraded to the latest version, does it fix this issue ?