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

Method refreshLabelAlignment

core/ui/UIEditBox/UIEditBoxImpl-common.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void EditBoxImplCommon::refreshLabelAlignment()
276{
277 _label->setHorizontalAlignment(_alignment);
278 _labelPlaceHolder->setHorizontalAlignment(_alignment);
279}
280
281void EditBoxImplCommon::setText(const char* text)
282{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected