On Tue, Oct 27, 2009 at 2:02 PM, MrChaz <[email protected]> wrote:

>
> Thanks for the info,
>
> Wouldn't this
> Finger 1 up: MotionEvent ACTION_POINTER_1_UP with one pointer, whose
> ID is
> 1.
> need to be ID of 0?  Or am I mis-understanding the purpose of the UP
> action?
>

Good point.  Actually my example was not very good because at the places
where there is an up transition, the last position of the pointer going up
is included in the event stream -- so in all of these, you would receive
both 0 and 1.  It is in the following move event that you will only get the
information for the pointers that are currently down.

-- 
Dianne Hackborn
Android framework engineer
[email protected]

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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to