MCPcopy 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

TearDownMethod · 0.85

Calls 1

DeleteWindowFunction · 0.70

Tested by 1

TearDownMethod · 0.68