Open davidaurelio opened 11 years ago
Pointer events have isLeft/isMiddle/isRight properties, while keyboard events have altKey/ctrlKey/…
isLeft
isMiddle
isRight
altKey
ctrlKey
We should align that and rename the mouse button properties to leftButton/middleButton/rightButton
leftButton
middleButton
rightButton
Pointer events have
isLeft
/isMiddle
/isRight
properties, while keyboard events havealtKey
/ctrlKey
/…We should align that and rename the mouse button properties to
leftButton
/middleButton
/rightButton