#include <CCTextFieldTTF.h>
◆ onDraw()
If the sender doesn't want to draw, return true.
◆ onTextFieldAttachWithIME()
If the sender doesn't want to attach to the IME, return true;.
◆ onTextFieldDeleteBackward()
virtual bool onTextFieldDeleteBackward |
( |
CCTextFieldTTF * |
sender, |
|
|
const char * |
delText, |
|
|
int |
nLen |
|
) |
| |
|
inlinevirtual |
If the sender doesn't want to delete the delText, return true;.
◆ onTextFieldDetachWithIME()
If the sender doesn't want to detach from the IME, return true;.
◆ onTextFieldInsertText()
virtual bool onTextFieldInsertText |
( |
CCTextFieldTTF * |
sender, |
|
|
const char * |
text, |
|
|
int |
nLen |
|
) |
| |
|
inlinevirtual |
If the sender doesn't want to insert the text, return true;.
The documentation for this class was generated from the following file:
- /home/runner/work/cocos-headers/cocos-headers/cocos2dx/text_input_node/CCTextFieldTTF.h