MCPcopy Create free account
hub / github.com/dmadison/ArduinoXInput / connected

Method connected

src/XInput.cpp:433–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433boolean 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
442int XInputController::send() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected