| 415 | } |
| 416 | |
| 417 | uint8_t XInputController::getRumbleLeft() const { |
| 418 | return rumble[RumbleLeft.bufferIndex]; |
| 419 | } |
| 420 | |
| 421 | uint8_t XInputController::getRumbleRight() const { |
| 422 | return rumble[RumbleRight.bufferIndex]; |
nothing calls this directly
no outgoing calls
no test coverage detected