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

Function MapGamePadCbk

engine/input/src/input.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 static void MapGamePad(Binding* binding, uint32_t gamepad_index, bool connected);
72
73 static void MapGamePadCbk(void* binding, const uint32_t* gamepad_index, bool* connected)
74 {
75 MapGamePad((Binding*)binding, *gamepad_index, *connected);
76 }
77
78 void Update(HContext context)
79 {

Callers

nothing calls this directly

Calls 1

MapGamePadFunction · 0.85

Tested by

no test coverage detected