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

Method getContentSize

MyGUIEngine/src/MyGUI_EditBox.cpp:1909–1914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1907 }
1908
1909 IntSize EditBox::getContentSize() const
1910 {
1911 if (mClientText != nullptr)
1912 return mClientText->getTextSize();
1913 return ScrollViewBase::getContentSize();
1914 }
1915
1916 size_t EditBox::getVScrollPage() const
1917 {

Callers

nothing calls this directly

Calls 1

getTextSizeMethod · 0.45

Tested by

no test coverage detected