We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3950120 commit 98c8cd8Copy full SHA for 98c8cd8
1 file changed
src/XInput.cpp
@@ -438,8 +438,8 @@ boolean XInputController::connected() {
438
//Send an update packet to the PC
439
int XInputController::send() {
440
if (!newData) return 0; // TX data hasn't changed
441
-#ifdef USB_XINPUT
442
newData = false;
+#ifdef USB_XINPUT
443
return XInputUSB::send(tx, sizeof(tx));
444
#else
445
printDebug();
0 commit comments