Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ scrollDown
Method
scrollDown
src/ui/MenuItemScrollableText.cpp:118–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void UI::MenuItemTypes::MenuItemScrollableText::scrollDown()
119
{
120
if (m_NumberOfFormattedEntries > m_FirstDrawnLine + 1)
121
m_FirstDrawnLine++;
122
}
123
124
void UI::MenuItemTypes::MenuItemScrollableText::scrollUp()
125
{
Callers
1
onInputAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected