1

android.hardware.faketouch.multitouch.distinct説明には次のように書かれています : アプリケーションは、偽のタッチ インターフェイスで 2 つ以上の「指」の個別の追跡を実行します。これは、faketouch 機能のスーパーセットです。

この偽のタッチインターフェイスが何であるか知りたいですか? そして、この偽のタッチ インターフェースを含む本物の Android 携帯用のアプリケーションを作成することは可能ですか。同時に最大 6 つのタッチを認識するアプリケーションを作成する必要があるためです。

助けてくれてありがとう、本当に感謝しています。

4

1 に答える 1

3

フェイクタッチ :

"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."

詳細については、これこれをお読みください。

于 2012-07-23T12:22:08.633 に答える