MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / vButtonBottom

Function vButtonBottom

src/OpenLoco/src/Ui/ScrollView.cpp:413–417  ·  view source on GitHub ↗

0x004C8B85

Source from the content-addressed store, hash-verified

411
412 // 0x004C8B85
413 static void vButtonBottom(Ui::Window& window, const size_t scrollAreaIndex, const WidgetIndex_t widgetIndex)
414 {
415 window.scrollAreas[scrollAreaIndex].flags |= ScrollFlags::vscrollbarDownPressed;
416 verticalNudgeDown(window, scrollAreaIndex, widgetIndex);
417 }
418
419 // 0x004C8C0D
420 static void vTrackTop(Ui::Window& window, const size_t scrollAreaIndex, const WidgetIndex_t widgetIndex)

Callers 2

scrollLeftBeginFunction · 0.85
scrollLeftContinueFunction · 0.85

Calls 1

verticalNudgeDownFunction · 0.85

Tested by

no test coverage detected