Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

Simple TextBox #422

Open SurfingNerd opened 10 years ago

SurfingNerd commented 10 years ago

Hello, i am looking for something like a simple textbox. I have found: http://www.cocos2d-x.org/wiki/EditBox . do we have somethig similiar ? is there a chance to port that ?

totallyeviljake commented 10 years ago

https://github.com/Cocos2DXNA/cocos2d-xna/tree/master/cocos2d/text_input_node

aleks42 commented 9 years ago

Hello! Can you give some example of using CCTextFieldTTF as a user text input control. I can't make it work on Windows Phone, the Edit() method does nothing.