Open noktoborus opened 9 months ago
I think I would just swap drag_gesture_enabled
with some enum saying which buttons it should to. But I wonder, does egui even support two finger drag?
But I wonder, does egui even support two finger drag?
I didn't find the exact "two-fingers gesture" but egui has https://docs.rs/egui/latest/egui/enum.Event.html#variant.Touch think is not so hard implement drag Additionally, https://docs.rs/egui/latest/egui/struct.InputState.html#method.multi_touch is present
What is the best way to add gestures to the map? I need the following: