You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to mention that the GestureListener already supports this kind of behaviour.
Thats the reason why I wanted to change the touch input handling a while ago to route everything though the GestureListener instead of manually trying to separate each and every case in the onTouch method.
This line disables the mentioned behaviour in our current code:
Would be cool to implement this at some point.
The text was updated successfully, but these errors were encountered: