Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork23.7k
[3.x] Implement OS agnostic InputEventGesture with Pan, Pinch, and Twist#37754
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:3.x
Are you sure you want to change the base?
Conversation
ee575dc to8133095Comparejeremyz commentedJun 15, 2020 • edited by Calinou
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by Calinou
Uh oh!
There was an error while loading.Please reload this page.
|
d5a2f0b to010bd93Compare099f122 to268e65dCompareakien-mga commentedNov 10, 2021
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 toc58391cCompareMuubNito commentedNov 15, 2023
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