Hey everyone, this is a simple problem I am having here.
I am using this joystick from SSK2:
roaminggamer.github.io/RGDocs/pages/SSK2/libraries/easy_inputs/#onetouch
Which creates a joystick and allow the user to press where ever they want, and the joystick will appear there.
Now the problem is, when I try to press the “back” button to return to the menu, the joystick will just appear on top of it.
How do I have it so that when I press the back button, its touch listener calls and does not move the joystick? Thank you.