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

Method callViewportRotate

src/OpenLoco/src/Ui/Window.cpp:1183–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1181 }
1182
1183 void Window::callViewportRotate()
1184 {
1185 if (eventHandlers->viewportRotate == nullptr)
1186 {
1187 return;
1188 }
1189
1190 this->eventHandlers->viewportRotate(*this);
1191 }
1192
1193 std::optional<FormatArguments> Window::callTooltip(WidgetIndex_t widgetIndex, const WidgetId id)
1194 {

Callers 2

onResizeFunction · 0.80

Calls 1

viewportRotateMethod · 0.80

Tested by

no test coverage detected