Rotate to a particular touch

I have a game where there is a joystick control.
I want to make the main actor rotate to a particular touch that is not over the joystick. I have tried this:

But it is not working. It doesn’t make anything (even if the touch is in the half of the screen specified)

have you tried to add value to the speed? :thinking:

I have tested to make the same event with Mouse.X() and Mouse.Y() and it works correctly, so changing such value is not supposed to solve anything.