[android-developers] Re: Multitouch 90% working.

2012-09-25 Thread iQue
here is a link to my question on stack. Tried asking it there aswell since gamdev couldnt answer. Still no luck tho. But its a bit more described so thought I might aswell post a link to it. http://stackoverflow.com/questions/12590738/android-multitouch-cant-move-2-pointers-at-same-time Den

Re: [android-developers] Re: Multitouch 90% working.

2012-09-25 Thread Marina Cuello
I can't actually run/debug your code because I'm on the bus and I don't want to generate a new project on AIDE, but the most usual suspect with multi-touch troubles is a confusion among pointer IDs and pointer indexes. Check this old post on Android devs blog to see if you're getting them right.