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
It would be quite usefull to have to possibilty to disable the execution of the onClick function on first touch / last touch (JoystickView.java line 451 and 467)
I had the issue that this behaviour led to a double execution on touch start / end which crashed my http connection, which couldn't handle these close executions.
Please just add a function to disable these 2 extra executions if needed.
The text was updated successfully, but these errors were encountered:
IsiTapier
changed the title
IDEA: onClick execute condition adjustable
idea: onClick execute condition adjustable (not much effort)
Feb 12, 2022
It would be quite usefull to have to possibilty to disable the execution of the onClick function on first touch / last touch (JoystickView.java line 451 and 467)
I had the issue that this behaviour led to a double execution on touch start / end which crashed my http connection, which couldn't handle these close executions.
Please just add a function to disable these 2 extra executions if needed.
The text was updated successfully, but these errors were encountered: