how to use CCTextFieldTTF

I want to add a simple chat in my game, and I wonder how could I add text field

use CCEditBox instead, check the testCPP

@Wuhao
I can’t find any CCEditBox in the testCPP, Can you give me all the import to be used in CCEditBox. By the way I am using cocos2d-x-2.2.2. thanks

CCEditBox exist for android, ios and wp8 in the 2.2.3 version. soon also exist for WinRT.

ranger - Extention/GUI/CCEditBox.

I wish I could use in my project CCTextField for WinRT since it is not yet available to CCEditBox. Can someone help me.