MCPcopy 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

SetUpMethod · 0.85

Calls 1

NewWindowFunction · 0.70

Tested by 1

SetUpMethod · 0.68