aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-09-13 22:57:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-09-13 22:57:47 +0000
commit4b7cd524179604571f149053d0dd353b4b3ea096 (patch)
treeca1a1d4f183e83b3c775b702683fe473a6a71e78 /doc
parentb47e0c76dff36edff16b618af6d9e2a213e9f81d (diff)
added gem keyboard objects to Related_Objects
svn path=/trunk/; revision=2030
Diffstat (limited to 'doc')
-rw-r--r--doc/pddp/help-key.pd27
1 files changed, 13 insertions, 14 deletions
diff --git a/doc/pddp/help-key.pd b/doc/pddp/help-key.pd
index 38e58a7b..19a68f5b 100644
--- a/doc/pddp/help-key.pd
+++ b/doc/pddp/help-key.pd
@@ -1,11 +1,11 @@
-#N canvas 274 90 615 610 12;
+#N canvas 274 90 707 580 12;
#X obj 107 541 pddp;
#X obj 8 8 cnv 15 90 553 empty empty empty 20 12 0 14 -233017 -66577
0;
#X text 104 74 This object does not accept arguments of any type.;
-#N canvas 85 2 597 608 More_Info 0;
+#N canvas 85 22 597 608 More_Info 0;
#X text 31 23 OBJECT OUTLETS;
-#N canvas 176 3 575 461 reacting_to_user_input 0;
+#N canvas 176 22 575 461 reacting_to_user_input 0;
#X text 27 18 REACTING TO USER INPUT;
#X text 41 49 Most \, if not all \, programming environments provide
us with tools to capture 'user initiated' events from the operating
@@ -61,7 +61,7 @@ successfully. (This may produce different results on different systems.)
events. The left inlet produces a 1 when a key goes down \, and a zero
when the key goes up. The right outlet produces a symbol which represents
the name of the key.;
-#N canvas 174 4 571 511 some_keyboard_fun 0;
+#N canvas 174 22 571 511 some_keyboard_fun 0;
#X obj 52 75 loadbang;
#X msg 23 16 bang;
#X obj 33 158 qlist;
@@ -105,18 +105,17 @@ the name of the key.;
#X connect 16 0 15 0;
#X connect 17 0 14 0;
#X restore 107 491 pd More_Info;
-#N canvas 85 2 393 242 Related_Objects 0;
+#N canvas 85 22 397 246 Related_Objects 0;
#X text 25 8 Native PD Objects;
#X text 25 92 Externals and other object libraries;
-#X text 36 126 [gemmouse];
-#X text 36 150 [grid];
-#X text 35 173 [nimouse];
+#X obj 61 129 gemkeyboard;
+#X obj 62 159 gemkeyname;
#X restore 107 465 pd Related_Objects;
-#X text 38 53 INLETS:;
-#X text 14 75 ARGUMENTS:;
-#X text 29 94 OUTLETS:;
-#X text 20 170 EXAMPLES:;
-#X text 21 463 SEE ALSO:;
+#X text 35 53 INLETS:;
+#X text 6 75 ARGUMENTS:;
+#X text 26 94 OUTLETS:;
+#X text 17 170 EXAMPLES:;
+#X text 18 463 SEE ALSO:;
#X obj 8 8 cnv 15 180 30 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 28 14 key;
@@ -151,7 +150,7 @@ non-printing keys like shift or "F1".;
events which can depend on the stacking order of windows and/or the
pointer location. This is dependent on the system.;
#X text 155 542 - Dave Sabine \, July 11 \, 2003;
-#X obj 260 514 all_about_hid;
+#X obj 281 514 all_about_hid;
#X text 105 515 for more on HIDs:;
#X connect 17 0 18 0;
#X connect 18 0 25 0;