Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能解释一下这个功能给了我什么: android.hardware.faketouch.multitouch.distinct 描述说:应用程序在假触摸界面上对两个或多个“手指”执行不同的跟踪。这是 faketouch 功能的超集。
我想知道这个假触摸界面是什么?是否有可能为真正的安卓手机制作一个包含这个假触摸界面的应用程序。因为我需要制作一个可以同时识别多达 6 次触摸的应用程序。
谢谢大家的帮助,我真的很感激。
假触摸:
"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."
如需更多理解,请阅读此和此。