Re: [w3c/touch-events] Why don't Touch objects have offsetX and offsetY properties like MouseEvent does? (#62)

>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/

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/issues/62#issuecomment-204898717

Received on Sunday, 3 April 2016 07:40:19 UTC