Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ CloseWindow
Function
CloseWindow
engine/platform/src/platform_window_null.cpp:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void CloseWindow(HWindow window)
66
{
67
window->m_WindowOpened = 0;
68
window->m_WindowWidth = 0;
69
window->m_WindowHeight = 0;
70
}
71
72
uint32_t GetWindowWidth(HWindow window)
73
{
Callers
2
WindowClose
Function · 0.70
TearDown
Method · 0.50
Calls
no outgoing calls
Tested by
1
TearDown
Method · 0.40