mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
corrected a wrong comment inside the KeyboardAndMouseControl example
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user