diff --git a/index.html b/index.html index b006351..e941a4e 100644 --- a/index.html +++ b/index.html @@ -348,12 +348,12 @@

The button property

Device Button Changesbutton Neither buttons nor touch/pen contact changed since last event-1 - Left Mouse,
Touch Contact,
Pen contact (with no modifier buttons pressed)0 + Left Mouse,
Touch Contact,
Pen contact0 Middle Mouse1 - Right Mouse,
Pen contact with barrel button pressed2 + Right Mouse,
Pen barrel button pressed2 X1 (back) Mouse3 X2 (forward) Mouse4 - Pen contact with eraser button pressed5 + Pen eraser button pressed5
During a mouse drag, the value of the button property in a pointermove event will be different from that in a mousemove event. For example, while moving the mouse with the right button pressed, the pontermove events will have the button value -1, but the mousemove events will have the button value 2.
@@ -365,12 +365,12 @@

The buttons property

Current state of device buttonsbuttons Mouse move with no buttons pressed0 - Left Mouse,
Touch Contact,
Pen contact (with no modifier buttons pressed)1 + Left Mouse,
Touch Contact,
Pen contact1 Middle Mouse4 - Right Mouse,
Pen contact with barrel button pressed2 + Right Mouse,
Pen barrel button pressed2 X1 (back) Mouse8 X2 (forward) Mouse16 - Pen contact with eraser button pressed32 + Pen eraser button pressed32