Skip to content

Commit

Permalink
Merge pull request #110 from patrickhlauke/gh-pages
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
patrickhlauke committed Jul 19, 2016
2 parents 8633352 + edc5d6e commit 30c77b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h3>The <code>button</code> property</h3>
<tr><td>Pen eraser button</td><td>5</td></tr>
</tbody>
</table>
<div class="note">During a mouse drag, the value of the <code>button</code> property in a <code>pointermove</code> event will be different from that in a <code>mousemove</code> event. For example, while moving the mouse with the right button pressed, the <code>pontermove</code> events will have the <code>button</code> value -1, but the <code>mousemove</code> events will have the <code>button</code> value 2.</div>
<div class="note">During a mouse drag, the value of the <code>button</code> property in a <code>pointermove</code> event will be different from that in a <code>mousemove</code> event. For example, while moving the mouse with the right button pressed, the <code>pointermove</code> events will have the <code>button</code> value -1, but the <code>mousemove</code> events will have the <code>button</code> value 2.</div>
</section>
<section>
<h3>The <code>buttons</code> property</h3>
Expand Down

0 comments on commit 30c77b2

Please sign in to comment.