Skip to content

Commit

Permalink
Future-proof by removing any mention of mouse/trackpad
Browse files Browse the repository at this point in the history
Refs #30
  • Loading branch information
patrickhlauke committed Mar 8, 2016
1 parent 6d2014b commit d4dcfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -252,7 +252,7 @@ <h2><code>PointerEvent</code> Interface</h2>
</dd>
<dt>readonly attribute float pressure</dt>
<dd>
The normalized pressure of the pointer input in the range of [0,1], where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively. For hardware that does not support pressure (such as most traditional mouse and trackpad inputs), the value MUST be 0.5 when in the <a>active buttons state</a> and 0 otherwise.
The normalized pressure of the pointer input in the range of [0,1], where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively. For hardware that does not support pressure, the value MUST be 0.5 when in the <a>active buttons state</a> and 0 otherwise.
</dd>
<dt>readonly attribute long tiltX</dt>
<dd>
Expand Down

0 comments on commit d4dcfe8

Please sign in to comment.