Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
void CGUIHTMLGump::Scroll(bool up, int delay)
308
{
309
if (m_Slider != nullptr)
310
{
311
m_Slider->OnScroll(up, delay);
312
}
313
}
Callers
3
GumpSkills.cpp
File · 0.45
ProcessListing
Method · 0.45
QFOR
Function · 0.45
Calls
1
OnScroll
Method · 0.80
Tested by
no test coverage detected