We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the best way to add gestures to the map? I need the following:
The text was updated successfully, but these errors were encountered:
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?
drag_gesture_enabled
Sorry, something went wrong.
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
No branches or pull requests
What is the best way to add gestures to the map?
I need the following:
The text was updated successfully, but these errors were encountered: