I`m new to cocos2d library, I worked before with libgdx and pure openGL. How can I handle a touch event in Cocos2d for Android?
|
feedback
|
|
The 4 methods for handling touches on android are defined as follows:
These are the listeners you should use. | |||
|
feedback
|