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

Method getRumbleLeft

src/XInput.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417uint8_t XInputController::getRumbleLeft() const {
418 return rumble[RumbleLeft.bufferIndex];
419}
420
421uint8_t XInputController::getRumbleRight() const {
422 return rumble[RumbleRight.bufferIndex];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected