Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ setAutoScroll
Method
setAutoScroll
src/components/ScrollableContainer.cpp:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void ScrollableContainer::setAutoScroll(int delay, double speed)
30
{
31
mAutoScrollDelay = delay;
32
mAutoScrollSpeed = speed;
33
mAutoScrollTimer = 0;
34
}
35
36
Eigen::Vector2d ScrollableContainer::getScrollPos() const
37
{
Callers
1
GuiGameList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected