- From: Rick Byers via GitHub <sysbot+gh@w3.org>
- Date: Mon, 10 Aug 2015 15:48:05 +0000
- To: public-pointer-events@w3.org
> `touch` could have implicit capture, while `pen` (because of hovering stylus issues) and `mouse` would require explicit capture? `touch` and `mouse`, yes. I'm less sure about `pen`. Technically it's a direct-manipulation input device. In chromium we're expecting to have two very different types of pen support. On Android pen will continue to be 'touch-like' (dragging scrolls and fires touch events), while on Windows it'll be 'mouse-like' (dragging selects text and fires mouse events). Perhaps the capture behavior should be coupled to which type of compatibility events are generated? -- GitHub Notif of comment by RByers See https://github.com/w3c/pointerevents/issues/8#issuecomment-129502273
Received on Monday, 10 August 2015 15:48:07 UTC