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

Function SetGamepadConnectivityCallback

engine/hid/src/hid.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void SetGamepadConnectivityCallback(HContext context, FHIDGamepadFunc callback, void* callback_ctx)
53 {
54 context->m_GamepadConnectivityCallback = callback;
55 context->m_GamepadConnectivityUserdata = callback_ctx;
56 }
57
58 void SetWindow(HContext context, HWindow window)
59 {

Callers 4

mainFunction · 0.85
engine.cppFile · 0.85
EngineCreateFunction · 0.85
DeleteContextFunction · 0.85

Calls

no outgoing calls

Tested by 1

EngineCreateFunction · 0.68