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
Hi, great work, this widget is really easy to implement and fun to use.
I am looking for a way to trigger an event upon release of the joystick (to make sure to send a final 0 strength value to overwrite any previous data). I have tried an onTouch listener with a condition on the motionEvent to be MotionEvent.ACTION_BUTTON_RELEASE, but it does not trigger.
Do you have any suggestion on how I may accomplish this?
The text was updated successfully, but these errors were encountered:
Hi, great work, this widget is really easy to implement and fun to use.
I am looking for a way to trigger an event upon release of the joystick (to make sure to send a final 0 strength value to overwrite any previous data). I have tried an onTouch listener with a condition on the motionEvent to be MotionEvent.ACTION_BUTTON_RELEASE, but it does not trigger.
Do you have any suggestion on how I may accomplish this?
The text was updated successfully, but these errors were encountered: