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

Function DeleteContext

engine/hid/src/hid.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void DeleteContext(HContext context)
64 {
65 delete context;
66 }
67
68 HGamepad GetGamepad(HContext context, uint8_t index)
69 {

Callers 3

TearDownMethod · 0.50
TEST_FFunction · 0.50
EngineDestroyFunction · 0.50

Calls

no outgoing calls

Tested by 3

TearDownMethod · 0.40
TEST_FFunction · 0.40
EngineDestroyFunction · 0.40