Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ NewWindow
Function
NewWindow
engine/platform/src/platform_window_null.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
namespace dmPlatform
37
{
38
HWindow NewWindow()
39
{
40
dmWindow* wnd = new dmWindow();
41
memset(wnd, 0, sizeof(dmWindow));
42
return wnd;
43
}
44
45
void DeleteWindow(HWindow window)
46
{
Callers
15
WindowNew
Function · 0.70
main
Function · 0.50
SetUp
Method · 0.50
engine.cpp
File · 0.50
EngineCreate
Function · 0.50
SetUp
Method · 0.50
SetUp
Method · 0.50
SetUp
Method · 0.50
SetUp
Method · 0.50
EngineCreate
Function · 0.50
SetUp
Method · 0.50
TEST_F
Function · 0.50
Calls
no outgoing calls
Tested by
14
SetUp
Method · 0.40
EngineCreate
Function · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
EngineCreate
Function · 0.40
SetUp
Method · 0.40
TEST_F
Function · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
Init
Function · 0.40