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

Method getScrollPosition

MyGUIEngine/src/MyGUI_ScrollBar.cpp:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602 }
603
604 size_t ScrollBar::getScrollPosition() const
605 {
606 return mScrollPosition;
607 }
608
609 void ScrollBar::setScrollPage(size_t _value)
610 {

Callers 11

getFunction · 0.80
notifyMouseWheelMethod · 0.80
updateFirstMethod · 0.80
onKeyButtonPressedMethod · 0.80
notifyMouseWheelMethod · 0.80
beginToItemAtMethod · 0.80
updateFirstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected