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
I am a newbie to rust and wgpu.
After reading doc, I tried to use multi-touch(has the gesture), easier using than touch, I thought.
But I could not find a event for multi-touch in WindowEvent, only WindowEvent::Touch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks for the great work.
I am a newbie to rust and wgpu.
After reading doc, I tried to use multi-touch(has the gesture), easier using than touch, I thought.
But I could not find a event for multi-touch in
WindowEvent
, onlyWindowEvent::Touch
.And doc has few instructions about this.
The multitouch demo does not using
Window
.https://github.com/emilk/egui/blob/master/crates/egui_demo_lib/src/demo/multi_touch.rs
Do you have any idea or sample about this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions