alirehman / mobile-anarchy-widgets

Automatically exported from code.google.com/p/mobile-anarchy-widgets
0 stars 0 forks source link

Patch for /trunk/Widgets/src/com/MobileAnarchy/Android/Widgets/Joystick/JoystickView.java #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
line 377:
getX(ponterId); => getX(pointerIndex);

caused me days of issue rooting it out.

Original issue reported on code.google.com by SimpleRo...@gmail.com on 8 Mar 2013 at 8:40

Attachments:

GoogleCodeExporter commented 8 years ago
Not sure if this project is still maintained, but it would be nice to have this 
patch merged in. This could potentially save some more headaches.
I had an issue with multi touch events and can confirm that this patch solved 
it!

Original comment by fred.g...@googlemail.com on 21 Dec 2014 at 1:29