[gnoduino: 123/237] fixed Mouse button assignments
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino: 123/237] fixed Mouse button assignments
- Date: Sat, 31 Mar 2012 20:25:10 +0000 (UTC)
commit a58ca2dd93575e737668c91a2cca31172aa3879e
Author: Zach Eveland <zeveland blacklabel-development com>
Date: Tue Sep 13 21:37:46 2011 -0400
fixed Mouse button assignments
arduino/cores/arduino/USBAPI.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/arduino/cores/arduino/USBAPI.h b/arduino/cores/arduino/USBAPI.h
index 73a90ce..ae91a36 100644
--- a/arduino/cores/arduino/USBAPI.h
+++ b/arduino/cores/arduino/USBAPI.h
@@ -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_
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]