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

Method callOnMouseUp

src/OpenLoco/src/Ui/Window.cpp:1082–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080 }
1081
1082 void Window::callOnMouseUp(WidgetIndex_t widgetIndex, const WidgetId id)
1083 {
1084 if (eventHandlers->onMouseUp == nullptr)
1085 {
1086 return;
1087 }
1088
1089 eventHandlers->onMouseUp(*this, widgetIndex, id);
1090 }
1091
1092 Ui::Window* Window::callOnResize()
1093 {

Callers 15

openFunction · 0.80
rotateFunction · 0.80
openFunction · 0.80
openAudioSettingsFunction · 0.80
openFunction · 0.80
openFunction · 0.80
onPickupFunction · 0.80
cancelVehicleToolsFunction · 0.80
keyUpFunction · 0.80
openFunction · 0.80
openFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected