aboutsummaryrefslogtreecommitdiff
path: root/mouse.pd
blob: 1c6adea94e08d3ac792fcd882d0a0420e0b2a97f (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
44
45
#N canvas 305 189 693 438 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 obj 586 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 text 485 368 button code;
#X text 574 368 button value;
#X obj 125 155 route ev_rel ev_key;
#X obj 500 238 unpack s f;
#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 220 284 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 connect 0 0 26 0;
#X connect 7 0 6 0;
#X connect 8 0 7 0;
#X connect 9 0 8 0;
#X connect 15 0 23 0;
#X connect 15 1 16 0;
#X connect 16 0 4 0;
#X connect 16 1 5 0;
#X connect 18 0 17 0;
#X connect 19 0 18 0;
#X connect 20 0 1 0;
#X connect 21 0 2 0;
#X connect 22 0 3 0;
#X connect 23 0 20 0;
#X connect 23 1 21 0;
#X connect 23 2 22 0;
#X connect 26 0 15 0;