Re: [android-developers] Multi-touch for a Piano

2010-09-06 Thread Frank Weiss
I suppose what you need to do is NOT have the key views handle touch events directly. Instead have the parent view and/or activity handle the multitouch events. I think you would need to understand how touch events propagate through the view hierarchy. -- You received this message because you are

[android-developers] Multi-touch for a Piano

2010-09-06 Thread ArcDroid
Hello, I would like to add multi-touch to my piano app and would like feedback on the best way to do it. I hate the idea that multi-touch is only for one view and not multiple views (ie buttons). Thanks, Jake -- You received this message because you are subscribed to the Google Groups "Android D