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

Error: platform::platform::x11::util::input::PointerState uninitialized #32

Open
tcastelly opened this issue May 5, 2021 · 3 comments

Comments

@tcastelly
Copy link

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.

@zombieCraig
Copy link

Can confirm. Seeing the same thing in rustc 1.54.0-nightly

@jice-nospam
Copy link
Owner

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

@jice-nospam
Copy link
Owner

glutin has been upgraded to the latest version, does it fix this issue ?

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

No branches or pull requests

3 participants