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

Method getContentPosition

MyGUIEngine/src/MyGUI_EditBox.cpp:1930–1935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1928 }
1929
1930 IntPoint EditBox::getContentPosition() const
1931 {
1932 if (mClientText != nullptr)
1933 return mClientText->getViewOffset();
1934 return ScrollViewBase::getContentPosition();
1935 }
1936
1937 Align EditBox::getContentAlign() const
1938 {

Callers

nothing calls this directly

Calls 1

getViewOffsetMethod · 0.45

Tested by

no test coverage detected