MCPcopy 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

getPositionMethod · 0.45

Tested by

no test coverage detected