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

Method getVScrollPosition

MyGUIEngine/src/MyGUI_EditBox.cpp:2065–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2063 }
2064
2065 size_t EditBox::getVScrollPosition() const
2066 {
2067 return mClientText == nullptr ? 0 : mClientText->getViewOffset().top;
2068 }
2069
2070 void EditBox::setVScrollPosition(size_t _index)
2071 {

Calls 1

getViewOffsetMethod · 0.45

Tested by

no test coverage detected