If user is using an app with two fingers on the touch screen, how can I tell which finger produced the ACTION_MOVE event? I can't find the correct pointer id from the event, it always returns the pointer id of the first one.
As a work around I'm iterating through all pointer ids and tracking their x,y coordinates, but this produces few extra events that are meaningless. -- 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

