Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ callClose
Method
callClose
src/OpenLoco/src/Ui/Window.cpp:962–970 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
960
}
961
962
void Window::callClose()
963
{
964
if (eventHandlers->onClose == nullptr)
965
{
966
return;
967
}
968
969
eventHandlers->onClose(*this);
970
}
971
972
void Window::callOnPeriodicUpdate()
973
{
Callers
1
close
Function · 0.80
Calls
1
onClose
Method · 0.45
Tested by
no test coverage detected