Reputation: 47
I am simply wondering how to enable multi touch when developing applications. I've googled it and these are the only things that show up
Multiple button presses for Android 2.x
I haven't had any luck with these, and it seems like the way to enable multitouch could (Might) have changed since then. All I want to do is be able to click more than one button at a time (think of a drum pad like function, for example). Thanks in advance
Upvotes: 1
Views: 6770
Reputation: 19131
You do not need to "enable" multi-touch. It's there ready for you write code with. My answer to this question has an example of programming with the touch/multitouch API.
Upvotes: 1