mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
corrected a wrong comment inside the KeyboardAndMouseControl example
This commit is contained in:
parent
fbdd7754ce
commit
62e48dba91
@ -67,7 +67,7 @@ void loop() {
|
||||
Mouse.move(40, 0);
|
||||
break;
|
||||
case 'm':
|
||||
// perform the right click
|
||||
// perform mouse left click
|
||||
Mouse.click(MOUSE_LEFT);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user