1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03: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_
{