| 369 | } |
| 370 | |
| 371 | void XInputController::setAutoSend(boolean a) { |
| 372 | autoSendOption = a; |
| 373 | } |
| 374 | |
| 375 | boolean XInputController::getButton(uint8_t button) const { |
| 376 | const XInputMap_Button* buttonData = getButtonFromEnum((XInputControl) button); |
nothing calls this directly
no outgoing calls
no test coverage detected