有人能解释一下这个特性给我带来了什么吗:android.hardware.faketouch.multitouch.distinct描述说:应用程序在一个假的触摸界面上执行两个或多个“手指”的不同跟踪。这是faketouch功能的一个超集。
我想知道这个假的触摸界面是什么?它是否有可能为一个真正的android手机应用程序,其中包括这个假的触摸界面。因为我需要做一个应用程序,将识别多达6个触摸同时。
谢谢大家的帮助,我真的很感激。
发布于 2012-07-23 12:22:08
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."要获得更多的理解,请阅读这 & 这。
https://stackoverflow.com/questions/11612126
复制相似问题