NA NA.
More...
#include <CCEditBox.h>
◆ ~CCEditBoxDelegate()
◆ editBoxEditingDidBegin()
virtual void editBoxEditingDidBegin |
( |
CCEditBox * |
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. |
◆ editBoxEditingDidEnd()
virtual void editBoxEditingDidEnd |
( |
CCEditBox * |
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. |
◆ editBoxReturn()
virtual void editBoxReturn |
( |
CCEditBox * |
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. |
◆ editBoxTextChanged()
virtual void editBoxTextChanged |
( |
CCEditBox * |
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:
- /home/runner/work/cocos-headers/cocos-headers/extensions/GUI/CCEditBox/CCEditBox.h