Android假触摸界面

时间:2012-07-23 12:01:39

标签: android interface touch

任何人都可以解释一下这个功能给了我什么: 的 android.hardware.faketouch.multitouch.distinct 描述说:应用程序在假触摸界面上执行两个或多个“手指”的不同跟踪。这是faketouch功能的超集。

我想知道这个假触摸界面是什么?是否有可能为包含这个假触摸界面的真实Android手机制作应用程序。因为我需要制作一个能同时识别多达6个触摸的应用程序。

谢谢大家的帮助,我真的很感激。

1 个答案:

答案 0 :(得分:3)

Faketouch:

"A fake touch interface provides a user input system that emulates a subset of touchscreen capabilities.
For example, a mouse or remote control that drives an on-screen cursor provides a fake touch interface."

如需更多理解,请阅读this& this