i am trying to get touch position and m getting it. The problem is that while placing texture2d my 0,0 is on left-top, and my Input.getTouch(0).position.x / y is giving me 0,0 at left-bottom.
I have a steering wheel on screen I want to rotate it with touch.
any Idea???