aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/gemkeyname-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'packages/noncvs/windows/extra/Gem/gemkeyname-help.pd')
-rw-r--r--packages/noncvs/windows/extra/Gem/gemkeyname-help.pd48
1 files changed, 48 insertions, 0 deletions
diff --git a/packages/noncvs/windows/extra/Gem/gemkeyname-help.pd b/packages/noncvs/windows/extra/Gem/gemkeyname-help.pd
new file mode 100644
index 00000000..ff372f53
--- /dev/null
+++ b/packages/noncvs/windows/extra/Gem/gemkeyname-help.pd
@@ -0,0 +1,48 @@
+#N canvas 369 20 507 575 10;
+#X text 135 37 part of GEM;
+#X text 87 100 keyboard events in the GEM window;
+#X text 152 70 [gemkeyname];
+#X text 51 318 [gemkeyname] sends out keyboard events which occur in
+the GEM window. Such event will give a symbolic description of the
+button. The "state"-outlet will be 1 for KEY_DOWN and 0 for KEY_UP.
+;
+#X text 52 383 It is not guaranteed \, that Windows and Linux versions
+will give the same description for the same key pressed !!! Also \,
+there is no guarantee \, that the pd-object [keyname] will return the
+same symbols as [gemkeyname];
+#X text 49 456 Furthermore \, i would like to make this object really
+cross-platform one day. Thus the KeyName might change on one system
+or another in future times.;
+#X text 52 508 USE AT YOUR OWN RISK!!!;
+#X obj 79 175 cnv 15 100 40 empty empty empty 20 12 0 14 -24198 -66577
+0;
+#X floatatom 89 293 2 0 0 1 state - -;
+#X obj 348 176 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
+0;
+#N canvas 0 0 450 300 gemwin 0;
+#X obj 132 136 gemwin;
+#X obj 67 89 outlet;
+#X obj 67 10 inlet;
+#X obj 67 41 route create;
+#X msg 67 70 set destroy;
+#X msg 155 70 set create;
+#X msg 197 134 destroy;
+#X msg 132 112 reset \, create \, 1;
+#X connect 2 0 3 0;
+#X connect 3 0 4 0;
+#X connect 3 0 7 0;
+#X connect 3 1 5 0;
+#X connect 3 1 6 0;
+#X connect 4 0 1 0;
+#X connect 5 0 1 0;
+#X connect 6 0 0 0;
+#X connect 7 0 0 0;
+#X restore 353 215 pd gemwin;
+#X msg 353 196 create;
+#X text 349 175 Create window:;
+#X obj 89 185 gemkeyname;
+#X symbolatom 154 239 10 0 0 0 keyName - -;
+#X connect 10 0 11 0;
+#X connect 11 0 10 0;
+#X connect 13 0 8 0;
+#X connect 13 1 14 0;