Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getViewOffset
Method
getViewOffset
MyGUIEngine/src/MyGUI_ScrollView.cpp:311–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
IntPoint ScrollView::getViewOffset() const
312
{
313
return getClientWidget()->getPosition();
314
}
315
316
IntCoord ScrollView::getViewCoord() const
317
{
Callers
nothing calls this directly
Calls
1
getPosition
Method · 0.45
Tested by
no test coverage detected