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

Method setPasswordEnabled

core/ui/UITextFieldEx.cpp:856–864  ·  view source on GitHub ↗

secureTextEntry

Source from the content-addressed store, hash-verified

854
855// secureTextEntry
856void TextFieldEx::setPasswordEnabled(bool value)
857{
858 if (_secureTextEntry != value)
859 {
860 _secureTextEntry = value;
861 this->setString(this->getString());
862 __updateCursorPosition();
863 }
864}
865
866bool TextFieldEx::isPasswordEnabled() const
867{

Callers

nothing calls this directly

Calls 2

setStringMethod · 0.95
getStringMethod · 0.95

Tested by

no test coverage detected