views:

148

answers:

1

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.

A: 

There's just no way to do this, although perhaps one day this will be possible.

Stefan Kendall