[android-developers] Re: Multi Touch - Does anyone know how it works

2010-05-11 Thread niko20
No you cant just add onTouch to each button. The way multitouch is designed it will only work inside one view. You will need to draw everything yourself - you cant use multitouch over multiple view objects. It only works inside one View. Create a big view covering the screen, draw the contents

Re: [android-developers] Re: Multi Touch - Does anyone know how it works

2010-05-11 Thread Kevin Duffey
Do you guys know if this is why the bug that many game developers have come across occurs.. where trying to simulate two joysticks on the screen wont work due to wrong touch info being consumed? I forget the details, but I think it had to do with if you touch one point, and while doing so, touch