How do you know you lifted them in the same order you put them down? Give your description, I'd expect to see both orders.
There are known limitations of the multitouch implementation on all the Android phones out there now. But this doesn't seem to me to be one. Try carefully putting one finger down, then the other, drag, and then lift the FIRST finger, then the second. That should give you the ID[0] Up ID[1] Up sequence you're expecting here. Lifting the fingers in the other order should give you this sequence instead. Trying to do both at once, and you're not going to know which to expect. On Apr 8, 7:20 pm, ani <[email protected]> wrote: > I am getting this multi-touch events in my application for which the > logs are shown below.Multitouch is not working in my application.Does > it mean that there is some problem with framework or my application. > > Sequence:Just two fingers pressed to the screen,dragged and then > lifted both. > > Inputdevice: ID[0] Down > > Inputdevice: ID[0] Down > > Inputdevice: ID[1] Up > > Inputdevice: ID[0] Up > > I think for the last event it should have been ID[1] instead of 0?? > Am i right?Is it a framework problem or some problem with my > application? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

