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

Method setPosition

core/ui/UIEditBox/UIEditBox.cpp:703–710  ·  view source on GitHub ↗

override function */

Source from the content-addressed store, hash-verified

701
702/* override function */
703void EditBox::setPosition(const Vec2& pos)
704{
705 Widget::setPosition(pos);
706 if (_editBoxImpl != nullptr)
707 {
708 _editBoxImpl->setPosition(pos);
709 }
710}
711
712void EditBox::setVisible(bool visible)
713{

Calls 1

setPositionFunction · 0.70

Tested by

no test coverage detected