remove suggested deadzone attributes from gamepad
authorScott Graham <scottmg@google.com>
Mon, 07 Nov 2011 14:32:52 -0800
changeset 138 9dc0265c3363
parent 137 2a0c78eeaa2d
child 140 d111c73bb11b
remove suggested deadzone attributes from gamepad
gamepad.html
--- a/gamepad.html	Mon Nov 07 13:11:27 2011 -0800
+++ b/gamepad.html	Mon Nov 07 14:32:52 2011 -0800
@@ -252,26 +252,6 @@
 
         </dd>
 
-        <dt>readonly attribute float[] suggestedAxesDeadZone</dt>
-        <dd>
-
-          Array of values that represent suggested amount of input to ignore
-          for corresponding values in the axes array. These values are
-          hardware dependent and reflect tolerances for sampling (sometimes
-          low-quality) analog inputs.
-
-        </dd>
-
-        <dt>readonly attribute float[] suggestedButtonsDeadZone</dt>
-        <dd>
-
-          Array of values that represent suggested amount of input to ignore
-          for corresponding values in the buttons array. These values are
-          hardware dependent and reflect tolerances for sampling (sometimes
-          low-quality) analog inputs.
-
-        </dd>
-
       </dl>
     </section>