aboutsummaryrefslogtreecommitdiff
path: root/mouse.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-27 19:29:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-27 19:29:34 +0000
commitbd04f45dbb9df98d1f3e9cf4c1d080a43af3cb0e (patch)
treefb13e55fda6d8b4bbfac3de20895bb70c5e04d28 /mouse.pd
parenta425a8aca3765a29750b2786277ad4f50f29d893 (diff)
quick kludge to add more event types for MacOS X, including a test version of keyboard support
svn path=/trunk/externals/hcs/hid/; revision=2324
Diffstat (limited to 'mouse.pd')
-rw-r--r--mouse.pd20
1 files changed, 9 insertions, 11 deletions
diff --git a/mouse.pd b/mouse.pd
index a981cb5..8a83b6d 100644
--- a/mouse.pd
+++ b/mouse.pd
@@ -1,4 +1,4 @@
-#N canvas 305 189 713 458 10;
+#N canvas 305 189 717 462 10;
#X obj 125 38 inlet;
#X obj 5 346 outlet;
#X obj 110 346 outlet;
@@ -16,7 +16,6 @@
#X obj 187 37 loadbang;
#X obj 5 283 autoscale -1 1;
#X obj 110 283 autoscale -1 1;
-#X obj 220 284 autoscale -1 1;
#X obj 67 233 route rel_x rel_y rel_wheel;
#X obj 271 258 print MOUSE_UNIMPLEMENTED_EVENT;
#X text 343 139 this is for once this feature is implemented;
@@ -27,8 +26,8 @@
;
#X text 218 436 released under the GNU GPL;
#X text 414 436 $Author: eighthave $;
-#X text 414 423 $Revision: 1.3 $;
-#X connect 0 0 21 0;
+#X text 414 423 $Revision: 1.4 $;
+#X connect 0 0 20 0;
#X connect 6 0 5 0;
#X connect 7 0 6 0;
#X connect 8 0 7 0;
@@ -36,10 +35,9 @@
#X connect 14 0 13 0;
#X connect 15 0 1 0;
#X connect 16 0 2 0;
-#X connect 17 0 3 0;
-#X connect 18 0 15 0;
-#X connect 18 1 16 0;
-#X connect 18 2 17 0;
-#X connect 21 0 22 0;
-#X connect 22 0 18 0;
-#X connect 22 1 4 0;
+#X connect 17 0 15 0;
+#X connect 17 1 16 0;
+#X connect 17 2 3 0;
+#X connect 20 0 21 0;
+#X connect 21 0 17 0;
+#X connect 21 1 4 0;