HI guys and gals.
I've got a need to allow some touch based keyboard style entry into a word game I'm working on and wondered what others have done in the past.
The game its quiet visual and I figure I need to generate a basic layer and sprite based keyboard to allow text input (for single chars no need to edit strings etc.)
Is there any existing cocos2d keyboard implementations floating about that I can just use a texture atlas or do I need to roll my own? I know not a particularly onerous task but I'm lazy ;)
Maybe the Menu class could help out?
I'm a bit surprised there isn't a basic CC one in the api but hey cant have everything.. Maybe we can make one.
Ps: cocos2d community rocks :D