MCPcopy Create free account
hub / github.com/MyGUI/mygui / setCoord

Method setCoord

MyGUIEngine/src/MyGUI_ItemBox.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void ItemBox::setCoord(const IntCoord& _coord)
88 {
89 Base::setCoord(_coord);
90 updateFromResize();
91 }
92
93 void ItemBox::requestItemSize()
94 {

Callers

nothing calls this directly

Calls 1

setCoordFunction · 0.85

Tested by

no test coverage detected