From cb245d85d24a739ae72eebae78c3959ec42b3695 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 14 Nov 2004 22:29:43 +0000 Subject: removed the ev_ from the types svn path=/trunk/externals/hcs/hid/; revision=2270 --- mouse.pd | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'mouse.pd') diff --git a/mouse.pd b/mouse.pd index 1c6adea..a981cb5 100644 --- a/mouse.pd +++ b/mouse.pd @@ -1,10 +1,9 @@ -#N canvas 305 189 693 438 10; +#N canvas 305 189 713 458 10; #X obj 125 38 inlet; #X obj 5 346 outlet; #X obj 110 346 outlet; #X obj 220 346 outlet; #X obj 500 347 outlet; -#X obj 586 347 outlet; #X msg 355 119 open \$1; #X obj 356 94 makefilename mouse%d; #X obj 356 68 f \$1; @@ -12,10 +11,6 @@ #X text 4 364 X; #X text 115 369 Y; #X text 222 367 wheel; -#X text 485 368 button code; -#X text 574 368 button value; -#X obj 125 155 route ev_rel ev_key; -#X obj 500 238 unpack s f; #X msg 187 84 open \$1; #X obj 187 61 f \$1; #X obj 187 37 loadbang; @@ -26,20 +21,25 @@ #X obj 271 258 print MOUSE_UNIMPLEMENTED_EVENT; #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 obj 125 155 route rel key; +#X text 484 368 button code/value list; +#X text 1 422 (C) Copyright 2004 Hans-Christoph Steiner +; +#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 connect 6 0 5 0; #X connect 7 0 6 0; #X connect 8 0 7 0; -#X connect 9 0 8 0; -#X connect 15 0 23 0; -#X connect 15 1 16 0; -#X connect 16 0 4 0; -#X connect 16 1 5 0; -#X connect 18 0 17 0; -#X connect 19 0 18 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; +#X connect 13 0 12 0; +#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; -- cgit v1.2.1