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

Method setContentPosition

MyGUIEngine/src/MyGUI_EditBox.cpp:1896–1900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894 }
1895
1896 void EditBox::setContentPosition(const IntPoint& _point)
1897 {
1898 if (mClientText != nullptr)
1899 mClientText->setViewOffset(_point);
1900 }
1901
1902 IntSize EditBox::getViewSize() const
1903 {

Callers

nothing calls this directly

Calls 1

setViewOffsetMethod · 0.45

Tested by

no test coverage detected