| 423 | } |
| 424 | |
| 425 | XInputLEDPattern XInputController::getLEDPattern() const { |
| 426 | return ledPattern; |
| 427 | } |
| 428 | |
| 429 | void XInputController::setReceiveCallback(RecvCallbackType cback) { |
| 430 | recvCallback = cback; |
nothing calls this directly
no outgoing calls
no test coverage detected