Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getViewOffset
Method
getViewOffset
MyGUIEngine/src/MyGUI_ItemBox.cpp:1014–1017 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1012
}
1013
1014
IntPoint ItemBox::getViewOffset() const
1015
{
1016
return getContentPosition();
1017
}
1018
1019
void ItemBox::onKeyButtonPressed(KeyCode _key, Char _char)
1020
{
Callers
13
Type MYGUICALL ExportScrollView_GetViewOffset
Method · 0.45
Type MYGUICALL ExportItemBox_GetViewOffset
Method · 0.45
get
Function · 0.45
notifyScrollChangePosition
Method · 0.45
notifyMouseWheel
Method · 0.45
updateCursorPosition
Method · 0.45
getContentPosition
Method · 0.45
getVScrollPosition
Method · 0.45
setVScrollPosition
Method · 0.45
getHScrollPosition
Method · 0.45
setHScrollPosition
Method · 0.45
notifyMouseButtonPressed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected