We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dc649 commit d11a972Copy full SHA for d11a972
libraries/USBHost/examples/MouseController/MouseController.ino
@@ -55,9 +55,9 @@ void mousePressed() {
55
}
56
if (mouse.getButton(RIGHT_BUTTON)) {
57
SERIAL_PORT_MONITOR.print("R");
58
- SERIAL_PORT_MONITOR.println();
59
rightButton = true;
60
+ SERIAL_PORT_MONITOR.println();
61
62
63
// This function intercepts mouse button release
0 commit comments