Class CCEditBoxDelegate

#include <Geode/cocos/extensions/GUI/CCEditBox/CCEditBox.h>
classCCEditBoxDelegate{ ... }
No description provided
Examples0
Public static methods0
Public member functions4
virtualvoideditBoxEditingDidBegin()

This method is called when an edit box gains focus after keyboard is shown.

Parameters

editBox

The edit box object that generated the event.
virtualvoideditBoxEditingDidEnd()

This method is called when an edit box loses focus after keyboard is hidden.

Parameters

editBox

The edit box object that generated the event.
virtualvoideditBoxTextChanged(,)

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.
virtualvoideditBoxReturn()=0

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.
Fields0
Protected member functions0
Protected fields0
Derived classes0