Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ WindowDelete
Function
WindowDelete
engine/platform/src/window.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void WindowDelete(HWindow window)
91
{
92
dmPlatform::DeleteWindow(window);
93
}
94
95
void WindowPollEvents(HWindow window)
96
{
Callers
1
TearDown
Method · 0.85
Calls
1
DeleteWindow
Function · 0.70
Tested by
1
TearDown
Method · 0.68