Getting iPhone touch coordinates without using javascript events?
Posted
by Stefan Kendall
on Stack Overflow
See other posts from Stack Overflow
or by Stefan Kendall
Published on 2010-05-28T00:58:47Z
Indexed on
2010/05/28
1:01 UTC
Read the original article
Hit count: 401
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.
© Stack Overflow or respective owner