trananh1992 / friendbattle

Automatically exported from code.google.com/p/friendbattle
0 stars 0 forks source link

Error in the multi-touch activity #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is a mistake in your MultiTouchActivity.java.

In the latest revision, line 144, change this :

event.getEventTime(), actionResolved, x, y,

to this :

event.getEventTime(), actionResolved, rawX, rawY

Original issue reported on code.google.com by Sebastie...@gmail.com on 28 Mar 2012 at 5:58

GoogleCodeExporter commented 8 years ago
Sorry, I don't know how to edit my issue, I just want to add that it's very 
important for drag and drop of views.

Original comment by Sebastie...@gmail.com on 28 Mar 2012 at 6:02

GoogleCodeExporter commented 8 years ago
Thanks! will be changed

Original comment by Pascal.W...@gmail.com on 25 Oct 2013 at 8:27