From 2951e02aea205bf18fa9f13c8552fbda01d50e5f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 13 Apr 2003 15:20:07 +0000 Subject: created test patch svn path=/trunk/externals/hcs/; revision=557 --- rawmousetest.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rawmousetest.pd diff --git a/rawmousetest.pd b/rawmousetest.pd new file mode 100644 index 0000000..9cf4e2d --- /dev/null +++ b/rawmousetest.pd @@ -0,0 +1,14 @@ +#N canvas 69 578 450 300 10; +#X obj 156 76 rawmouse; +#X floatatom 223 161 5 0 0 3 button# - -; +#X floatatom 286 163 5 0 0 3 button_value - -; +#X floatatom 175 160 5 0 0 3 wheel - -; +#X floatatom 122 161 5 0 0 3 y-axis - -; +#X floatatom 76 162 5 0 0 3 x-axis - -; +#X floatatom 132 33 5 0 0 0 - - -; +#X connect 0 0 5 0; +#X connect 0 1 4 0; +#X connect 0 2 3 0; +#X connect 0 3 1 0; +#X connect 0 4 2 0; +#X connect 6 0 0 0; -- cgit v1.2.1