MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / MenuItemScrollableText

Method MenuItemScrollableText

src/ui/MenuItemScrollableText.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace UI;
13
14MenuItemTypes::MenuItemScrollableText::MenuItemScrollableText(Engine::BaseEngine& e, UI::Menu& baseMenu,
15 const Daedalus::GameState::MenuItemHandle& scriptHandle)
16 : MenuItemText(e, baseMenu, scriptHandle)
17{
18 m_FirstDrawnLine = 0;
19 m_NumberOfFormattedEntries = 0;
20}
21
22void MenuItemTypes::MenuItemScrollableText::update(double dt, Engine::Input::MouseState& mstate, Render::RenderConfig& config)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected