Re: [touch-events] Why don't Touch objects have offsetX and offsetY properties like MouseEvent does?

>I don't know anything about Pointer Events -- hopefully they end up 
having such useful things as offsetX and offsetY. It appears from the 
MDN page that it inherits properties from MouseEvent, so that would 
suggest that those properties do exist here -- great.

Correct. Pointer Events extend Mouse Events, so they get all the 
things that are in Mouse Events. https://w3c.github.io/pointerevents/

-- 
GitHub Notification of comment by patrickhlauke
Please view or discuss this issue at 
https://github.com/w3c/touch-events/issues/62#issuecomment-204898717 
using your GitHub account

Received on Sunday, 3 April 2016 07:39:48 UTC