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

Method callOnPeriodicUpdate

src/OpenLoco/src/Ui/Window.cpp:972–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970 }
971
972 void Window::callOnPeriodicUpdate()
973 {
974 if (eventHandlers->onPeriodicUpdate == nullptr)
975 {
976 return;
977 }
978
979 eventHandlers->onPeriodicUpdate(*this);
980 }
981
982 void Window::callUpdate()
983 {

Callers 3

updateFunction · 0.80
switchTabFunction · 0.80
onMouseUpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected