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

Function GetGamepadDeviceGuid

engine/hid/src/hid_null.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 bool GetGamepadDeviceGuid(HContext context, HGamepad gamepad, GamepadGuid* guid)
82 {
83 memset(guid, 0, sizeof(*guid));
84 return true;
85 }
86
87 // platform implementations
88 bool GetPlatformGamepadUserId(HContext context, HGamepad gamepad, uint32_t* out)

Callers 4

GetGamepadDeviceNameSDLFunction · 0.70
mainFunction · 0.50
UpdateBindingFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected