| 431 | } |
| 432 | |
| 433 | boolean XInputController::connected() { |
| 434 | #ifdef USB_XINPUT |
| 435 | return XInputUSB::connected(); |
| 436 | #else |
| 437 | return false; |
| 438 | #endif |
| 439 | } |
| 440 | |
| 441 | //Send an update packet to the PC |
| 442 | int XInputController::send() { |
nothing calls this directly
no outgoing calls
no test coverage detected