unity input system help

hi guys. i want to made a mobile game.
i set a LeftStick for moving around.
and a Delta [TouchScreen] for rotate camera and looking around.
but when i want to use left stick whit my finger , the camera rotated…
some body Help please… thanks

hi V_0_1_D_ and thanks.
i use new input system.
and i do this before .
when i do this when i use joystick i cant use touchpad anymore because the finger position is out of area and touchpad not worked anymore

can some one help?

Inside an if statement, check if the touch position for the camera rotation is in right half of the screen. Something like this:

Input.GetTouch(0).position > Screen.width/2