AIR移动:如何多点触控调试?多点、触控、AIR

由网友(垫脚望北)分享简介:有什么方法来模拟ADL触摸事件?如果没有,你怎么正确调试,它在很大程度上依赖于触摸事件的应用程序?Is there any way to simulate touch events in ADL? If not, how do you properly debug an application that heavil...

有什么方法来模拟ADL触摸事件?如果没有,你怎么正确调试,它在很大程度上依赖于触摸事件的应用程序?

Is there any way to simulate touch events in ADL? If not, how do you properly debug an application that heavily relies on touch events?

推荐答案

您可以创建多点触控的应用程序,在您的手机上运行,​​并从设备使用WIFI发送触摸。 这就是即时通讯测试这一点。

You can create multitouch app , run it on Your mobile and send Touch from device using WIFI . This is how Im testing this .

不过,你也可以写仿真器将读取MouseEvents从舞台调度TouchEvents。

But You can also write emulator that will read MouseEvents from stage and dispatch TouchEvents .

阅读全文

相关推荐

最新文章