Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ setScrollPos
Method
setScrollPos
src/components/ScrollableContainer.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void ScrollableContainer::setScrollPos(const Eigen::Vector2d& pos)
42
{
43
mScrollPos = pos;
44
}
45
46
void ScrollableContainer::update(int deltaTime)
47
{
Callers
1
updateDetailData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected