开发者

Getting iPhone touch coordinates without using javascript events?

开发者 https://www.devze.com 2023-01-01 02:54 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消