#include <CCTextFieldTTF.h>
If the sender doesn't want to draw, return true.
virtual bool
onTextFieldDeleteBackward |
( |
CCTextFieldTTF * |
sender, |
|
|
const char * |
delText, |
|
|
int |
nLen |
|
) |
| |
|
inlinevirtual |
If the sender doesn't want to delete the delText, return true;.
Reimplemented in UICCTextField.
If the sender doesn't want to detach from the IME, return true;.
Reimplemented in UICCTextField.
virtual bool onTextFieldInsertText |
( |
CCTextFieldTTF * |
sender, |
|
|
const char * |
text, |
|
|
int |
nLen |
|
) |
| |
|
inlinevirtual |
If the sender doesn't want to insert the text, return true;.
Reimplemented in UICCTextField.
The documentation for this class was generated from the following file: