Getting iPhone touch coordinates without using javascript events?
Is there any way to get iPhone coordinat开发者_如何学Goes without relying on javascript callback events? touchmove
generates way too many events to be used in any kind of tight loop (like a game), and without multi-threading, the only option would seem to be non-event driven input coordinates.
There's just no way to do this, although perhaps one day this will be possible.
精彩评论