Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
2
Type MYGUICALL ExportEditBox_GetVScrollPosition
Method · 0.80
MyGUI_Managed_EditBox.h
File · 0.80
Calls
1
getViewOffset
Method · 0.45
Tested by
no test coverage detected