Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ OnMouseWheel
Method
OnMouseWheel
src/console_gui.cpp:364–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
void OnMouseWheel(int wheel, WidgetID widget) override
365
{
366
if (widget != WID_C_BACKGROUND) return;
367
this->Scroll(-wheel);
368
}
369
370
void OnFocus() override
371
{
Callers
nothing calls this directly
Calls
1
Scroll
Method · 0.95
Tested by
no test coverage detected