MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / getText

Method getText

src/Abyss/UI/Label.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string_view Label::getText() const { return _text; }
46
47SDL_Color Label::getColor() const { return _color; }
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected