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

Method setEnabled

core/ui/UITextFieldEx.cpp:871–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871void TextFieldEx::setEnabled(bool bEnabled)
872{
873 if (this->_enabled != bEnabled)
874 {
875 if (!bEnabled)
876 {
877 this->closeIME();
878 }
879 this->_enabled = bEnabled;
880 }
881}
882
883int TextFieldEx::getFontType() const
884{

Callers

nothing calls this directly

Calls 1

closeIMEMethod · 0.95

Tested by

no test coverage detected