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

Method setContentPosition

MyGUIEngine/src/MyGUI_ScrollView.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void ScrollView::setContentPosition(const IntPoint& _point)
167 {
168 getClientWidget()->setPosition(IntPoint() - _point);
169 }
170
171 IntSize ScrollView::getViewSize() const
172 {

Callers

nothing calls this directly

Calls 2

IntPointFunction · 0.50
setPositionMethod · 0.45

Tested by

no test coverage detected