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

More tap gestures #117

Merged
merged 7 commits into from
Mar 17, 2025
Merged

More tap gestures #117

merged 7 commits into from
Mar 17, 2025

Conversation

bbrk24
Copy link
Contributor

@bbrk24 bbrk24 commented Mar 16, 2025

Implements right-click and long-press. Currently not implemented in Gtk3 or WinUI. I'm also not sold on the argument label because onTapGesture(gesture:) {} looks a little odd.

@bbrk24
Copy link
Contributor Author

bbrk24 commented Mar 16, 2025

Mac & Linux are failing because GTK3. But why is Windows succeeding

@stackotter
Copy link
Owner

The Windows CI doesn't build WinUIBackend at the moment due to some annoying Swift on Windows issues. We can't use anything newer than Swift 5.10 cause of some weird issue where SwiftPM fails to compile the manifest due to missing CPP headers, but swift-winui requires Swift 6.0

Gtk3 and WinUI still only actually support .primary, but at least now
they'll compile.
@bbrk24 bbrk24 marked this pull request as ready for review March 16, 2025 18:05
Copy link
Owner

@stackotter stackotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for these improvements! 🙏

Copy link
Owner

@stackotter stackotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops I meant to request changes instead of approve hahah, just two minor things to change.

@bbrk24 bbrk24 requested a review from stackotter March 17, 2025 01:25
Copy link
Owner

@stackotter stackotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@stackotter stackotter merged commit 1da7e29 into stackotter:main Mar 17, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants