slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.93k stars 568 forks source link

Remove workaround for incorrect touch coordinates with winit on the web #2424

Closed tronical closed 11 months ago

tronical commented 1 year ago

Once https://github.com/rust-windowing/winit/pull/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.

ogoffart commented 1 year ago

The commit to revert is https://github.com/slint-ui/slint/pull/2302 (5879e1ec710b471d78012b99a188b1ac61d3c82e)