aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/all_about_hid.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-18 00:33:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-18 00:33:26 +0000
commitecf4375873c98f4864b3d1469be19a28770656fe (patch)
treef965db6eaab5b3caa8be59774284f72df6d799e1 /doc/pddp/all_about_hid.pd
parentfe1b15d3d79429d168b41759b5df1485cc1e7d09 (diff)
some updates to make things fit on the page in Mac OS X; updated some details for Pd 0.38-4
svn path=/trunk/; revision=2776
Diffstat (limited to 'doc/pddp/all_about_hid.pd')
-rw-r--r--doc/pddp/all_about_hid.pd18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/pddp/all_about_hid.pd b/doc/pddp/all_about_hid.pd
index f4338124..6216e637 100644
--- a/doc/pddp/all_about_hid.pd
+++ b/doc/pddp/all_about_hid.pd
@@ -1,4 +1,4 @@
-#N canvas 281 174 864 594 10;
+#N canvas 136 163 868 598 10;
#X obj 5 2 cnv 15 850 20 empty empty all_about_hid 20 10 1 18 -233017
-66577 0;
#X obj 821 3 pddp;
@@ -9,19 +9,19 @@ etc. There a number of unusual HIDs \, like the Griffin PowerMate on
the low end \, or the SensAble PHANTOM 6DOF on the high end.;
#X obj 595 437 gemmouse;
#X text 0 214 KEYBOARDS;
-#X obj 34 233 key;
-#X obj 66 233 keyup;
+#X obj 11 233 key;
+#X obj 43 233 keyup;
#X obj 431 437 gemkeyboard;
#X obj 659 437 gemtablet;
#X obj 730 437 gemorb;
#X obj 517 437 gemkeyname;
-#X obj 111 233 keyname;
+#X obj 88 233 keyname;
#X text 16 557 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 233 571 released under the GNU GPL;
-#X text 429 558 $Revision: 1.3 $$Date: 2004-11-28 23:58:40 $;
+#X text 429 558 $Revision: 1.4 $$Date: 2005-04-18 00:33:26 $;
#X text 430 571 $Author: eighthave $;
-#N canvas 0 22 643 447 deprecated 0;
+#N canvas 0 22 647 451 deprecated 0;
#X text 35 38 The use of these objects is deprecated since the functionality
that they provide is available in the [hid] object \, which is a unified
\, cross-platform approach.;
@@ -112,7 +112,7 @@ sound.;
#X text 435 314 --------------------------------------------------------
;
#X text 3 453 PLATFORM-SPECIFIC HID OBJECTS;
-#X obj 90 528 linuxmouse;
+#X obj 254 527 linuxmouse;
#X text 15 470 To get full access to some devices \, you need to use
the platform-specific objects. The objects have dummy versions on the
other platforms so that you open the patches on other platforms and
@@ -122,5 +122,7 @@ They only receive key events when Pd has focus \; they output alternating
1s and 0s to represent auto-repeat \; [key] and [heyup] are limited
to the 'printing' characters. [keyname] reports Shift \, Ctrl \, Alt
\, Meta \, etc.;
-#X obj 12 528 linuxhid;
+#X obj 12 527 linuxhid;
#X text 435 216 USB mice on Windows or MacOS X;
+#X obj 85 527 darwinhid;
+#X obj 166 527 windowshid;