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 support for composable gestures #20

Merged
merged 16 commits into from
Sep 5, 2024
Merged

Add support for composable gestures #20

merged 16 commits into from
Sep 5, 2024

Conversation

fwcd
Copy link
Owner

@fwcd fwcd commented Sep 5, 2024

This adds a Gesture trait, along with common gestures (such as TapGesture) and corresponding view extensions.

The Gesture trait is similar to View in that it requires Bind and uses an id-path-based rendering and event dispatching model, thus user-defined gestures can contain state etc.

@fwcd fwcd added the enhancement New feature or request label Sep 5, 2024
@fwcd fwcd merged commit 8f0d234 into main Sep 5, 2024
2 checks passed
@fwcd fwcd deleted the gestures branch September 5, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant