MCPcopy Create free account
hub / github.com/defold/defold / WindowShow

Function WindowShow

engine/platform/src/window.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void WindowShow(HWindow window)
51 {
52 dmPlatform::ShowWindow(window);
53 }
54
55 void WindowIconify(HWindow window)
56 {

Callers

nothing calls this directly

Calls 1

ShowWindowFunction · 0.70

Tested by

no test coverage detected