The question is all I have to say about it. I need to know how to handle the special keypresses like back, menu etc. in android NDK. I am using Cocos2dX so if you could give me a Cocos2dX specif answer that would be great.
The question is all I have to say about it. I need to know
Share
In cocos2dx, each
CCLayergets the following methods that can be overriden to add functionality to them:CCLayerinherits fromCCKeypadDelegate. And each screen can give implementation to these functions.