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