-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
[3.x] Implement OS agnostic InputEventGesture with Pan, Pinch, and Twist #37754
base: 3.x
Are you sure you want to change the base?
Conversation
ee575dc
to
8133095
Compare
|
8e45b64
to
3568e45
Compare
d5a2f0b
to
010bd93
Compare
099f122
to
268e65d
Compare
For the record, I plan to focus on getting #39055 finalized and merged first, then we can update and merge this PR too for 3.5 ideally. When we get to it though, we might need to change some things for 3.x specifically to avoid breaking compatibility (i.e. keeping the old names for the existing events and just update their implementation + add Twist). |
71cb8d3
to
c58391c
Compare
Dude, im sorry but good luck getting this pr finished anytime... |
this is shamelessy inspired by Federico-Ciuffardi's job on #36953
I have some ideas to implement thresholds to limit the amount of
emitted events but it will be implemented later.
this to be linked to #13139