Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ WindowNew
Function
WindowNew
engine/platform/src/window.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
HWindow WindowNew(void)
36
{
37
return dmPlatform::NewWindow();
38
}
39
40
WindowResult WindowOpen(HWindow window, const WindowCreateParams* params)
41
{
Callers
1
SetUp
Method · 0.85
Calls
1
NewWindow
Function · 0.70
Tested by
1
SetUp
Method · 0.68