aboutsummaryrefslogtreecommitdiff
path: root/mouse.pd
blob: 8a83b6d591d2b62773dd61c7cbfc66f2645b3964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#N canvas 305 189 717 462 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 msg 355 119 open \$1;
#X obj 356 94 makefilename mouse%d;
#X obj 356 68 f \$1;
#X obj 356 44 loadbang;
#X text 4 364 X;
#X text 115 369 Y;
#X text 222 367 wheel;
#X msg 187 84 open \$1;
#X obj 187 61 f \$1;
#X obj 187 37 loadbang;
#X obj 5 283 autoscale -1 1;
#X obj 110 283 autoscale -1 1;
#X obj 67 233 route rel_x rel_y rel_wheel;
#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 obj 125 155 route rel key;
#X text 484 368 button code/value list;
#X text 1 422 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 218 436 released under the GNU GPL;
#X text 414 436 $Author: eighthave $;
#X text 414 423 $Revision: 1.4 $;
#X connect 0 0 20 0;
#X connect 6 0 5 0;
#X connect 7 0 6 0;
#X connect 8 0 7 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 15 0;
#X connect 17 1 16 0;
#X connect 17 2 3 0;
#X connect 20 0 21 0;
#X connect 21 0 17 0;
#X connect 21 1 4 0;