Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getHScrollPosition
Method
getHScrollPosition
MyGUIEngine/src/MyGUI_EditBox.cpp:2092–2095 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2090
}
2091
2092
size_t EditBox::getHScrollPosition() const
2093
{
2094
return mClientText == nullptr ? 0 : mClientText->getViewOffset().left;
2095
}
2096
2097
void EditBox::setHScrollPosition(size_t _index)
2098
{
Callers
2
Type MYGUICALL ExportEditBox_GetHScrollPosition
Method · 0.80
get
Function · 0.80
Calls
1
getViewOffset
Method · 0.45
Tested by
no test coverage detected