Increase Gesture.Pan onUpdate performance #3413
Unanswered
JohnWilliamForcier-Spiria
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I am using
Gesture.Pan and onUpdate method for a drawing component.
When I am drawing fast enough I see that the onUpdate lacks performance or sensitivity.
We can see in the picture below that the onUpdate miss some moves because the circle is not completely round. OnUpdate misses some coordinates and I have to fill the void with straight lines.
Is there a way to trigger onUpdate more often?
Here is my Gesture Pan declaration.
Beta Was this translation helpful? Give feedback.
All reactions