MCPcopy Create free account
hub / github.com/crossuo/crossuo / Scroll

Method Scroll

src/GUI/GUIHTMLGump.cpp:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void CGUIHTMLGump::Scroll(bool up, int delay)
308{
309 if (m_Slider != nullptr)
310 {
311 m_Slider->OnScroll(up, delay);
312 }
313}

Callers 3

GumpSkills.cppFile · 0.45
ProcessListingMethod · 0.45
QFORFunction · 0.45

Calls 1

OnScrollMethod · 0.80

Tested by

no test coverage detected