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

Method getRumbleRight

src/XInput.cpp:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421uint8_t XInputController::getRumbleRight() const {
422 return rumble[RumbleRight.bufferIndex];
423}
424
425XInputLEDPattern XInputController::getLEDPattern() const {
426 return ledPattern;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected