This method is called when an edit box gains focus after keyboard is shown.
Class CCEditBoxDelegate
#include <Geode/cocos/extensions/GUI/CCEditBox/CCEditBox.h>classCCEditBoxDelegate{ ... }
No description provided
Examples0
Public static methods0
Public member functions4
virtualvoideditBoxEditingDidBegin()
editBox
The edit box object that generated the event.
virtualvoideditBoxEditingDidEnd()
This method is called when an edit box loses focus after keyboard is hidden.
editBox
The edit box object that generated the event.
virtualvoideditBoxTextChanged(,gd::stringconst&text)
This method is called when the edit box text was changed.
editBox
The edit box object that generated the event.
text
The new text.
virtualvoideditBoxReturn()=0
This method is called when the return button was pressed or the outside area of keyboard was touched.
editBox
The edit box object that generated the event.