MCPcopy Create free account
hub / github.com/dmadison/ArduinoXInput / getPlayer

Method getPlayer

src/XInput.cpp:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409uint8_t XInputController::getPlayer() const {
410 return player;
411}
412
413uint16_t XInputController::getRumble() const {
414 return rumble[RumbleLeft.bufferIndex] << 8 | rumble[RumbleRight.bufferIndex];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected