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

Method appendString

core/2d/TextFieldTTF.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void TextFieldTTF::appendString(std::string_view text)
589{
590 insertText(text.data(), text.length());
591}
592
593void TextFieldTTF::makeStringSupportCursor(std::string& displayText)
594{

Callers

nothing calls this directly

Calls 3

insertTextFunction · 0.85
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected