diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-16 18:35:42 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-16 18:35:42 +0000 |
commit | 135fe49fff3b1b812a383ad587efe585f4340e84 (patch) | |
tree | ff8ed7373d51e95587ea038c48a8d45de82458f4 | |
parent | 0bdd4371866a17df519325eb71cb18634e166231 (diff) |
polished up [rawmouse] help patch a bit and renamed it
svn path=/trunk/externals/hcs/; revision=571
-rw-r--r-- | rawmouse.pd | 16 | ||||
-rw-r--r-- | rawmousetest.pd | 18 |
2 files changed, 16 insertions, 18 deletions
diff --git a/rawmouse.pd b/rawmouse.pd new file mode 100644 index 0000000..d3e4303 --- /dev/null +++ b/rawmouse.pd @@ -0,0 +1,16 @@ +#N canvas 454 205 450 300 10; +#X floatatom 258 160 5 0 0 3 button# - -; +#X floatatom 321 162 5 0 0 3 button_value - -; +#X floatatom 175 160 2 0 0 3 wheel - -; +#X floatatom 99 161 4 0 0 3 y-axis - -; +#X floatatom 24 162 4 0 0 3 x-axis - -; +#X obj 75 110 rawmouse /dev/input/event0; +#X msg 125 40 start; +#X msg 136 78 stop; +#X connect 5 0 4 0; +#X connect 5 1 3 0; +#X connect 5 2 2 0; +#X connect 5 3 0 0; +#X connect 5 4 1 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; diff --git a/rawmousetest.pd b/rawmousetest.pd deleted file mode 100644 index 60a4720..0000000 --- a/rawmousetest.pd +++ /dev/null @@ -1,18 +0,0 @@ -#N canvas 5 614 450 300 10; -#X floatatom 258 160 5 0 0 3 button# - -; -#X floatatom 321 162 5 0 0 3 button_value - -; -#X floatatom 175 160 9 0 0 3 wheel - -; -#X floatatom 99 161 9 0 0 3 y-axis - -; -#X floatatom 24 162 9 0 0 3 x-axis - -; -#X floatatom 51 67 5 0 0 0 - - -; -#X obj 75 110 rawmouse /dev/input/event0; -#X msg 125 40 start; -#X msg 136 78 stop; -#X connect 5 0 6 0; -#X connect 6 0 4 0; -#X connect 6 1 3 0; -#X connect 6 2 2 0; -#X connect 6 3 0 0; -#X connect 6 4 1 0; -#X connect 7 0 6 0; -#X connect 8 0 6 0; |