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