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

Method isPasswordEnabled

core/ui/UITextField.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191bool UICCTextField::isPasswordEnabled() const
192{
193 return this->isSecureTextEntry();
194}
195
196void UICCTextField::setPasswordStyleText(std::string_view styleText)
197{

Callers 2

copySpecialPropertiesMethod · 0.45

Calls 1

isSecureTextEntryMethod · 0.80

Tested by

no test coverage detected