I need to know where the user touched in the screen to move a character horizontally. For example: my screen is 1280 x 720 px. If the touch was in the first half of the screen (0, 639) the character moves to left and if the touch happened in the second half of the screen, the character moves to right. Is it possible?
Thanks in advance for any help!