diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-13 15:20:07 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-13 15:20:07 +0000 |
commit | 2951e02aea205bf18fa9f13c8552fbda01d50e5f (patch) | |
tree | 545bb2280009046ceb12f775a54777a1c5e00bfa /rawmousetest.pd | |
parent | 90d12e49ee3512c890453b830af9e6e7787c3999 (diff) |
created test patch
svn path=/trunk/externals/hcs/; revision=557
Diffstat (limited to 'rawmousetest.pd')
-rw-r--r-- | rawmousetest.pd | 14 |
1 files changed, 14 insertions, 0 deletions
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; |