If the sender doesn’t want to attach to the IME, return true;
Class CCTextFieldDelegate
#include <Geode/cocos/text_input_node/CCTextFieldTTF.h>
classCCTextFieldDelegate{ ... }
No description provided
Examples0
Public static methods0
Public member functions6
virtualboolonTextFieldAttachWithIME(cocos2d::CCTextFieldTTF*sender)
virtualboolonTextFieldDetachWithIME(cocos2d::CCTextFieldTTF*sender)
If the sender doesn’t want to detach from the IME, return true;
virtualboolonTextFieldInsertText(cocos2d::CCTextFieldTTF*sender,charconst*text,intnLen,)
If the sender doesn’t want to insert the text, return true;
virtualboolonTextFieldDeleteBackward(cocos2d::CCTextFieldTTF*sender,charconst*delText,intnLen)
If the sender doesn’t want to delete the delText, return true;
virtualboolonDraw(cocos2d::CCTextFieldTTF*sender)
If the sender doesn’t want to draw, return true.
virtualvoidtextChanged()
No description provided