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

Function SetupContextEventCallback

engine/render/src/render/render.cpp:1338–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336 }
1337
1338 void SetupContextEventCallback(void* context, ContextEventCallback callback)
1339 {
1340 PlatformSetupContextEventCallback(context, callback);
1341 }
1342
1343 void OnContextEvent(void* context, RenderContextEvent event_type)
1344 {

Callers 1

NewRenderContextFunction · 0.85

Calls 1

Tested by

no test coverage detected