I am trying to make an android top down shooting game. I am using default touch interface for character movement and rotation with left and right joystick. Those are binded with Gamepad Joystick X and Y.
What I am tryin to do is when I will touch the right joystick, (rotate character) my character will shoot projectile. I have the shooting Event ready, but how can I bind this event with my right thumb stick.
I tried to set a HUD button on top of the right joystick to shoot the Fire event but then i cant use the joystick. Also tried to made an Action input with the same keys as rotating Axis input, didnt work.
Is there a way to accomplish this ?