| 411 | } |
| 412 | |
| 413 | uint16_t XInputController::getRumble() const { |
| 414 | return rumble[RumbleLeft.bufferIndex] << 8 | rumble[RumbleRight.bufferIndex]; |
| 415 | } |
| 416 | |
| 417 | uint8_t XInputController::getRumbleLeft() const { |
| 418 | return rumble[RumbleLeft.bufferIndex]; |
nothing calls this directly
no outgoing calls
no test coverage detected