Is there any way to get the position of a touch on GUI elements?
Say an image is touched by the player, and I'm observing the pressDown event, which would be the best way to fetch the screen position of that precise touch? Is there any way to get that info from the event itself?
Say an image is touched by the player, and I'm observing the pressDown event, which would be the best way to fetch the screen position of that precise touch? Is there any way to get that info from the event itself?