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

Method callOnResize

src/OpenLoco/src/Ui/Window.cpp:1092–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090 }
1091
1092 Ui::Window* Window::callOnResize()
1093 {
1094 if (eventHandlers->onResize == nullptr)
1095 {
1096 return this;
1097 }
1098
1099 eventHandlers->onResize(*this);
1100 return this;
1101 }
1102
1103 void Window::callOnMouseHover(WidgetIndex_t widgetIndex, const WidgetId id)
1104 {

Callers 15

findAtFunction · 0.80
findAtAltFunction · 0.80
onMouseDownFunction · 0.80
openFunction · 0.80
switchTabFunction · 0.80
openFunction · 0.80
switchTabFunction · 0.80
openFunction · 0.80
onDropdownFunction · 0.80
onMouseUpFunction · 0.80
openFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected