More specifically I would say that I am making a mobile fps, so I use if event is InputEventScreenDrag instead of InputEventMouseMotion to make my player look around. But as you know, the looking around should only happen if I drag on the right side of screen and not anywhere in the screen.
So how can I implement it?