Re: [pointerevents] Specify that "click", "dblclick" and "contextmenu" events are PointerEvents

The only difference _is_ the coordinates representation. And obviously the additional props that are exposed on pointers
```
pointerId
width
height
pressure
rotation (might not be standard)
tiltX
tiltY
pointerType
hwTimestamp (might not be standard)
currentPoint (might not be standard)
intermediatePoints (might not be standard)
isPrimary
```

-- 
GitHub Notification of comment by patrickkettner
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/100#issuecomment-289149728 using your GitHub account

Received on Friday, 24 March 2017 21:40:27 UTC