hiteshsuthar / rokon

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

Touch events don't appear to work. #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Create a GameObject that implements touchable.

What is the expected output?

Touch events to the new methods.

What do you see instead?

Nada

What version of Rokon are you using?

2.01

On which version of Android are you experiencing this?

2.2 droid

Please provide any additional information below.

It would appear that the Touchable interface is out of date. If you change it 
to use floats, and pass Drawable as its first param (you also have to make 
Drawable a public interface) then it works.

Original issue reported on code.google.com by Jor...@gmail.com on 30 Jun 2010 at 2:59

GoogleCodeExporter commented 8 years ago
Ok nevermind about the above suggestion. I've no idea how to get this working.

Original comment by Jor...@gmail.com on 30 Jun 2010 at 8:44

GoogleCodeExporter commented 8 years ago
Drawable isn't public in current release, which is causing problems.

See trunk for fix.

Original comment by rtaylor205@gmail.com on 2 Jul 2010 at 12:58