You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Safari has actually a dedicated API (MDN) for it, which we could definitely implement.
@kchibisov do we intend to polyfill this for other targets too if they don't have official support for it? I saw in #2157 that Wayland and Windows support it, does X11 support it?
Hey all,
I recently ran into an issue where I wanted to add two-finger pinch/zoom to a webassembly-compiled Bevy app I was building.
However it looks like magnify and rotate gesture recognition is currently limited to MacOS (#2157).
I'm not too familiar with Winit's internals, but I'd be interested in adding a webassembly implementation to support these gesture events if possible.
The text was updated successfully, but these errors were encountered: