#include <CCEditBox.h>
virtual void editBoxEditingDidBegin |
( |
EditBox * |
editBox) | |
|
|
inlinevirtual |
This method is called when an edit box gains focus after keyboard is shown.
- Parameters
-
editBox | The edit box object that generated the event. |
virtual void editBoxEditingDidEnd |
( |
EditBox * |
editBox) | |
|
|
inlinevirtual |
This method is called when an edit box loses focus after keyboard is hidden.
- Parameters
-
editBox | The edit box object that generated the event. |
virtual void editBoxReturn |
( |
EditBox * |
editBox) | |
|
|
pure virtual |
This method is called when the return button was pressed or the outside area of keyboard was touched.
- Parameters
-
editBox | The edit box object that generated the event. |
virtual void editBoxTextChanged |
( |
EditBox * |
editBox, |
|
|
const std::string & |
text |
|
) |
| |
|
inlinevirtual |
This method is called when the edit box text was changed.
- Parameters
-
editBox | The edit box object that generated the event. |
text | The new text. |
The documentation for this class was generated from the following file:
- /Users/cocos2d/MyWork/cocos2d-x-develop/extensions/GUI/CCEditBox/CCEditBox.h