Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ scroll
Method
scroll
src/components/GuiFastSelect.cpp:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void GuiFastSelect::scroll()
126
{
127
setLetterID(mLetterID + mScrollOffset);
128
mScrollSound->play();
129
}
130
131
void GuiFastSelect::setLetterID(int id)
132
{
Callers
nothing calls this directly
Calls
1
play
Method · 0.45
Tested by
no test coverage detected