Skip to content
New issue

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

Add gesture modifier and AnyGesture #833

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Conversation

carson-katri
Copy link
Contributor

This adds support for gestures with the gesture modifier. This modifier automatically maps to the gesture, highPriorityGesture or simultaneousGesture modifier based on the priority level.

Instead of implementing onTapGesture/onLongPressGesture the more general gesture modifier can be used with :tap, :spatial_tap, or :long_press gesture types.

Closes #556
Closes #557
Closes #556
Closes #551
Closes #553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment