MCPcopy 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
124void UI::MenuItemTypes::MenuItemScrollableText::scrollUp()
125{
126 if (m_FirstDrawnLine > 0)
127 m_FirstDrawnLine--;
128}

Callers 1

onInputActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected