MCPcopy 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

36namespace 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

WindowNewFunction · 0.70
mainFunction · 0.50
SetUpMethod · 0.50
engine.cppFile · 0.50
EngineCreateFunction · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50
EngineCreateFunction · 0.50
SetUpMethod · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 14

SetUpMethod · 0.40
EngineCreateFunction · 0.40
SetUpMethod · 0.40
SetUpMethod · 0.40
SetUpMethod · 0.40
SetUpMethod · 0.40
EngineCreateFunction · 0.40
SetUpMethod · 0.40
TEST_FFunction · 0.40
SetUpMethod · 0.40
SetUpMethod · 0.40
InitFunction · 0.40