| 419 | } |
| 420 | |
| 421 | uint8_t XInputController::getRumbleRight() const { |
| 422 | return rumble[RumbleRight.bufferIndex]; |
| 423 | } |
| 424 | |
| 425 | XInputLEDPattern XInputController::getLEDPattern() const { |
| 426 | return ledPattern; |
nothing calls this directly
no outgoing calls
no test coverage detected