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

Method remapAxes

360Controller/Controller.cpp:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void Xbox360ControllerClass::remapAxes(void *buffer)
259{
260 XBOX360_IN_REPORT *report360 = (XBOX360_IN_REPORT*)buffer;
261
262 XBOX360_HAT temp = report360->left;
263 report360->left = report360->right;
264 report360->right = temp;
265}
266
267
268#pragma mark - XboxOnePretend360Class

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected