MCPcopy Create free account
hub / github.com/axmolengine/axmol / closeIME

Method closeIME

core/ui/UITextFieldEx.cpp:514–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514void TextFieldEx::closeIME(void)
515{
516 AXLOGD("TextFieldEx:: closeIME");
517 __hideCursor();
518 this->detachWithIME();
519
520 if (this->onCloseIME)
521 this->onCloseIME();
522}
523
524bool TextFieldEx::canAttachWithIME()
525{

Callers 2

insertTextMethod · 0.95
setEnabledMethod · 0.95

Calls 1

detachWithIMEMethod · 0.95

Tested by

no test coverage detected