MCPcopy Create free account
hub / github.com/MyGUI/mygui / getContentPosition

Method getContentPosition

MyGUIEngine/src/MyGUI_ScrollView.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 IntPoint ScrollView::getContentPosition() const
162 {
163 return IntPoint() - getClientWidget()->getPosition();
164 }
165
166 void ScrollView::setContentPosition(const IntPoint& _point)
167 {

Callers

nothing calls this directly

Calls 2

IntPointFunction · 0.50
getPositionMethod · 0.45

Tested by

no test coverage detected