aboutsummaryrefslogtreecommitdiff
path: root/mouse.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-06 21:15:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-06 21:15:04 +0000
commit97f8e42015cdefa311e734856e4f66323dc521cd (patch)
tree67a55fa7432cc6272187537cf831d285cd845e28 /mouse.pd
parent3b32b7a05d935dc75321a5f7bfab6aad19d07fff (diff)
things are working MacOS X, but there are lots of bugs
svn path=/trunk/externals/hcs/hid/; revision=2227
Diffstat (limited to 'mouse.pd')
-rw-r--r--mouse.pd26
1 files changed, 12 insertions, 14 deletions
diff --git a/mouse.pd b/mouse.pd
index d1d1dc6..1c6adea 100644
--- a/mouse.pd
+++ b/mouse.pd
@@ -1,4 +1,4 @@
-#N canvas 305 189 689 434 10;
+#N canvas 305 189 693 438 10;
#X obj 125 38 inlet;
#X obj 5 346 outlet;
#X obj 110 346 outlet;
@@ -19,29 +19,27 @@
#X msg 187 84 open \$1;
#X obj 187 61 f \$1;
#X obj 187 37 loadbang;
-#X obj 125 115 hid;
#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 connect 0 0 20 0;
+#X text 343 139 this is for once this feature is implemented;
+#X obj 125 115 hid \$1;
+#X connect 0 0 26 0;
#X connect 7 0 6 0;
#X connect 8 0 7 0;
#X connect 9 0 8 0;
-#X connect 15 0 24 0;
+#X connect 15 0 23 0;
#X connect 15 1 16 0;
-#X connect 15 2 25 0;
#X connect 16 0 4 0;
#X connect 16 1 5 0;
-#X connect 17 0 20 0;
#X connect 18 0 17 0;
#X connect 19 0 18 0;
-#X connect 20 0 15 0;
-#X connect 21 0 1 0;
-#X connect 22 0 2 0;
-#X connect 23 0 3 0;
-#X connect 24 0 21 0;
-#X connect 24 1 22 0;
-#X connect 24 2 23 0;
-#X connect 24 3 25 0;
+#X connect 20 0 1 0;
+#X connect 21 0 2 0;
+#X connect 22 0 3 0;
+#X connect 23 0 20 0;
+#X connect 23 1 21 0;
+#X connect 23 2 22 0;
+#X connect 26 0 15 0;