Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
bool UICCTextField::isPasswordEnabled() const
192
{
193
return this->isSecureTextEntry();
194
}
195
196
void UICCTextField::setPasswordStyleText(std::string_view styleText)
197
{
Callers
2
copySpecialProperties
Method · 0.45
lua_ax_ui_TextField_isPasswordEnabled
Function · 0.45
Calls
1
isSecureTextEntry
Method · 0.80
Tested by
no test coverage detected