hi how to get the coordinates that the user touch? i am using xui and javascript to do however at my index.html i do not know how do i call the x and y coordinates that the user get.
|
feedback
|
|
if you use xui for event binding then the event callback function gets
Now TouchEvent isn't like MouseEvent where you can have only one input at a time - as TouchEvent object handles multitouch multiple touches at the same time. To get the touch that was captured on your element you have to get it from Now
| |||
|
feedback
|