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

Method remapAxes

Wireless360Controller/Wireless360Controller.cpp:320–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void Wireless360Controller::remapAxes(void *buffer)
321{
322 XBOX360_IN_REPORT *report360 = (XBOX360_IN_REPORT*)buffer;
323
324 XBOX360_HAT temp = report360->left;
325 report360->left = report360->right;
326 report360->right = temp;
327}
328
329void Wireless360Controller::receivedHIDupdate(unsigned char *data, int length)
330{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected