1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

fixed Mouse button assignments

This commit is contained in:
Zach Eveland 2011-09-13 21:37:46 -04:00
parent 16ff49ac62
commit 18d76057fe

View File

@ -44,8 +44,8 @@ extern Serial_ Serial;
// Mouse
#define MOUSE_LEFT 1
#define MOUSE_MIDDLE 2
#define MOUSE_RIGHT 4
#define MOUSE_RIGHT 2
#define MOUSE_MIDDLE 4
class Mouse_
{