corrected a wrong comment inside the KeyboardAndMouseControl example

This commit is contained in:
Fede85 2013-01-15 10:27:32 +01:00
parent f227dad276
commit fbdd7754ce
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}