-
Notifications
You must be signed in to change notification settings - Fork 619
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
Remove workaround for incorrect touch coordinates with winit on the web #2424
Labels
a:backend-winit
Winit backend (mS,mO)
Comments
tronical
added
bug
Something isn't working
a:backend-winit
Winit backend (mS,mO)
labels
Mar 28, 2023
tronical
added a commit
that referenced
this issue
Mar 28, 2023
Work around a winit bug for WASM builds by pinning to the exact winit version and making the coordinates relative again. cc #2424
tronical
added a commit
that referenced
this issue
Mar 28, 2023
Work around a winit bug for WASM builds by pinning to the exact winit version and making the coordinates relative again. cc #2424
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once rust-windowing/winit#2704 is merged and released, we can unpick winit in the winit backend and remove the workaround for fixing the coordinates of touch events in wasm builds.
The text was updated successfully, but these errors were encountered: