diff options
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; |