Godot touch problem

Godot Versiong

6.3.0.beta.3 android

Question

I added a joystick for touch input device (mobile) and used screen rotation with InputEventMouseMotion

Everything working well but when I touched on joystick and than try to rotate screen probably the second touch get blocked that’s why my screen not rotating. Even when I try to click other button during touched joystick. the button don’t response. I think the first touch blocking other touch inputs.

But then I first touch in the screen and than use joystick than everything work as I want