Joystick and screen area

Hey. I have a joystick to move and the entire screen area to control the camera. How do I ignore the screen area when I use the joystick? If I want to move, the camera also moves, however, if I start from the screen area, then only the camera rotates.
Here’s a screenshot of what it looks like:Joystick

What do you mean by ignoring the screen area?

Edit: Oh, I think I know what you mean. IIRC, you can stop the propagation of the touch event when you get a touch callback on the joystick UI element

@yaustar, I think a link to the project will be useful: https://playcanvas.com/editor/project/620131

I want to control the move with the joystick and the camera using the entire screen. :sweat_smile: