- From: Patrick H. Lauke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 13 May 2016 19:16:07 +0000
- To: public-pointer-events@w3.org
so next question: can we conceive of a situation where a stylus/pen might have variable geometry? like having a fat rubber/erase type end where you could just touch on an edge and have a very small contact, or use the flatter part for a larger contact? otherwise, we could probably define that: - if it's an input device type that can have variable geometry (touch), the value of `width` and `height` must reflect the geometry as reported by the hardware. if the hardware does not support this, the value must be 0 - for input devices that don't have variable geometry (typically mouse and stylus), the value of `width` and `height` must always be 1 -- GitHub Notification of comment by patrickhlauke Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/65#issuecomment-219135073 using your GitHub account
Received on Friday, 13 May 2016 19:16:08 UTC