Class CCTextFieldDelegate

#include <Geode/cocos/text_input_node/CCTextFieldTTF.h>
classCCTextFieldDelegate{ ... }
No description provided
Examples0
Public static methods0
Public member functions6
virtualboolonTextFieldAttachWithIME()

If the sender doesn’t want to attach to the IME, return true;

virtualboolonTextFieldDetachWithIME()

If the sender doesn’t want to detach from the IME, return true;

virtualboolonTextFieldInsertText(,,
intnLen
,)

If the sender doesn’t want to insert the text, return true;

virtualboolonTextFieldDeleteBackward(,
charconst*delText
,
intnLen
)

If the sender doesn’t want to delete the delText, return true;

virtualboolonDraw()

If the sender doesn’t want to draw, return true.

virtualvoidtextChanged()
No description provided
Fields0
Protected member functions0
Protected fields0