Is there any way to get iPhone coordinates 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.
views:
148answers:
1
A:
There's just no way to do this, although perhaps one day this will be possible.
Stefan Kendall
2010-07-28 04:12:33