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

Method getString

core/ui/UITextFieldEx.cpp:834–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834std::string_view TextFieldEx::getString() const
835{
836 return _inputText;
837}
838
839// place holder text property
840void TextFieldEx::setPlaceholderText(std::string_view text)

Callers 3

setPasswordEnabledMethod · 0.95
__moveCursorMethod · 0.95
__moveCursorToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected