MCPcopy Create free account
hub / github.com/360Controller/360Controller / logData

Function logData

360Controller/Controller.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340static void logData(UInt8 *data, int len) {
341 for (int i = 0; i < len; i++) IOLog("%02x ", (int)data[i]);
342 IOLog("\n");
343}
344
345// This converts Xbox original controller report into Xbox360 form
346// See https://github.com/Grumbel/xboxdrv/blob/master/src/controller/xbox_controller.cpp

Callers 1

handleReportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected