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

Function WindowTriggerCloseCallback

engine/platform/src/window.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 int32_t WindowTriggerCloseCallback(HWindow window)
231 {
232 return dmPlatform::TriggerCloseCallback(window);
233 }
234}

Callers

nothing calls this directly

Calls 1

TriggerCloseCallbackFunction · 0.70

Tested by

no test coverage detected