israelCanul / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Scene.onTouchDown broken in 2.0.3 #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On which version of Android are you experiencing this?

Android 2.1.

Please provide any additional information below.

The onTouchDown(float x, float y, MotionEvent event, int pointerId) method in 
Scene is no longer getting called. 

Original issue reported on code.google.com by necrotic...@gmail.com on 9 Jul 2010 at 12:27

GoogleCodeExporter commented 8 years ago
No it's not broken, it was changes to 'public void onTouchDown(Drawable object, 
float x, float y, MotionEvent event, int pointerCount, int pointerId)'.

Original comment by anton.he...@gmail.com on 9 Jul 2010 at 1:18

GoogleCodeExporter commented 8 years ago
Well, then I guess the method with the old header should be removed from the 
javadocs.

Original comment by necrotic...@gmail.com on 10 Jul 2010 at 1:36

GoogleCodeExporter commented 8 years ago
I guess it should, it is mentioned in CHANGELOG

And, use @Override :)

Original comment by rtaylor205@gmail.com on 10 Jul 2010 at 7:00