On Sun, Nov 15, 2009 at 7:21 PM, niko20 <nikolatesl...@yahoo.com> wrote:
> > I wish though, that the multitouch would have also been natively > suuportedk in the sense that multiple views should get touch events > also simultaneously. Very, very deliberately not supported. :) You'll need to look at the events arriving in a particular view and do what you want with them. It is too big a can of worms to try to treat these as different event streams, because they really aren't independent, and in many cases the view of the first press really does want to see all of different finger touches during that motion. Also the data you get from the screen is likely not going to be completely independent with respect to multiple fingers -- for example on the G1/Sapphire class screen there are interactions between the two points reported, and if you play with Pointer Location on Droid you will see that pressing a second finger can cause noticeable jitter in the first finger. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en