Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPosition
Method
setPosition
MyGUIEngine/src/MyGUI_EditBox.cpp:1607–1610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1605
}
1606
1607
void EditBox::setPosition(const IntPoint& _point)
1608
{
1609
Base::setPosition(_point);
1610
}
1611
1612
void EditBox::eraseView()
1613
{
Callers
nothing calls this directly
Calls
1
setPosition
Function · 0.85
Tested by
no test coverage detected