MCPcopy 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

getFunction · 0.45
notifyMouseWheelMethod · 0.45
updateCursorPositionMethod · 0.45
getContentPositionMethod · 0.45
getVScrollPositionMethod · 0.45
setVScrollPositionMethod · 0.45
getHScrollPositionMethod · 0.45
setHScrollPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected