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

Method callScrollMouseDown

src/OpenLoco/src/Ui/Window.cpp:1143–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141 }
1142
1143 void Window::callScrollMouseDown(int16_t xPos, int16_t yPos, uint8_t scrollIndex)
1144 {
1145 if (eventHandlers->scrollMouseDown == nullptr)
1146 {
1147 return;
1148 }
1149
1150 this->eventHandlers->scrollMouseDown(*this, xPos, yPos, scrollIndex);
1151 }
1152
1153 void Window::callScrollMouseDrag(int16_t xPos, int16_t yPos, uint8_t scrollIndex)
1154 {

Callers 2

scrollLeftBeginFunction · 0.80
scrollModalRightFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected