Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Type MYGUICALL ExportScrollBar_GetScrollPosition
Method · 0.80
get
Function · 0.80
notifyMouseWheel
Method · 0.80
notifyScrollChangePosition
Method · 0.80
notifyMouseButtonClick
Method · 0.80
updateFirst
Method · 0.80
onKeyButtonPressed
Method · 0.80
notifyMouseWheel
Method · 0.80
beginToItemAt
Method · 0.80
updateFirst
Method · 0.80
notifyScrollChangePositionAlpha
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected