MCPcopy 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
118void UI::MenuItemTypes::MenuItemScrollableText::scrollDown()
119{
120 if (m_NumberOfFormattedEntries > m_FirstDrawnLine + 1)
121 m_FirstDrawnLine++;
122}
123
124void UI::MenuItemTypes::MenuItemScrollableText::scrollUp()
125{

Callers 1

onInputActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected