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

Method openIME

core/ui/UITextFieldEx.cpp:503–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void TextFieldEx::openIME(void)
504{
505 AXLOGD("TextFieldEx:: openIME");
506 this->attachWithIME();
507 __updateCursorPosition();
508 __showCursor();
509
510 if (this->onOpenIME)
511 this->onOpenIME();
512}
513
514void TextFieldEx::closeIME(void)
515{

Callers

nothing calls this directly

Calls 1

attachWithIMEMethod · 0.95

Tested by

no test coverage detected