We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e365b commit b29ae7aCopy full SHA for b29ae7a
hardware/arduino/cores/arduino/USBAPI.h
@@ -65,7 +65,7 @@ class Mouse_
65
void move(signed char x, signed char y, signed char wheel = 0);
66
void press(uint8_t b = MOUSE_LEFT); // press LEFT by default
67
void release(uint8_t b = MOUSE_LEFT); // release LEFT by default
68
- bool isPressed(uint8_t b = MOUSE_ALL); // check all buttons by default
+ bool isPressed(uint8_t b = MOUSE_LEFT); // check LEFT by default
69
};
70
extern Mouse_ Mouse;
71
0 commit comments