Aksiom
Aksiom

Reputation: 1585

Android fake touch interface

can anyone explain me what does this feature gives me : android.hardware.faketouch.multitouch.distinct The description says: The application performs distinct tracking of two or more "fingers" on a fake touch interface. This is a superset of the faketouch feature.

I want to know what this fake touch interface is? And is it possible to make a application for a real android phone which includes this fake touch interface. Because i need to make a application which will recognize up to 6 touches simultaneously.

Thank you all for the help, i really appreciate it.

Upvotes: 1

Views: 8758

Answers (1)

rajpara
rajpara

Reputation: 5203

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

For more understanding read this & this.

Upvotes: 3

Related Questions