| 427 | } |
| 428 | |
| 429 | void XInputController::setReceiveCallback(RecvCallbackType cback) { |
| 430 | recvCallback = cback; |
| 431 | } |
| 432 | |
| 433 | boolean XInputController::connected() { |
| 434 | #ifdef USB_XINPUT |
nothing calls this directly
no outgoing calls
no test coverage detected