Tanner
Tanner

Reputation: 47

Enabling Multi-Touch/MultiClick

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

http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-2-building-the-touch-example/1763?tag=mantle_skin;content

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

Answers (1)

SingleShot
SingleShot

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

Related Questions