On Thu, Dec 1, 2011 at 8:17 PM, al <[email protected]> wrote:

> OK, your yamtt results mean that your device supports multitouch, but
> only two simultanious touch points. For your purpose, that should be
> enough.
>
> I might be wrong, but do you return true as the methods result? If
> not, do so.
>

Thanks, I was returning super.onTouchEvent(event);

That made the whole difference, it now works. So somehow
super.onTouchEvent(event) was consuming my event when
it was not supposed to? Why does this solution work?

Thanks,

John Goche

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