Touch Gestures? #277
-
Thanks to the amazing egui_template, I now have my first wasm project online – thank you for this great library! My app has a drawing canvas which can be zoomed in and out by holding down CTRL/CMD when moving the mouse. While this works well on a PC after you get used to it, I quickly learned that it is not a concept which can ever work on a mobile device ;) . Investigating the egui source, I could not find any hint that touch gestures are supported. Are there any plans for it? What would be needed to make it work? With some guidance, I might consider contributing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Great question! |
Beta Was this translation helpful? Give feedback.
Great question!
egui
does not currently support touch gestures, but it should be fairly easy to add. I created an issue with an outline of a plan: #279