Re: [w3ctag/design-reviews] Captured Mouse Events (Issue #872)

> > 1. What is the expected behavior for OSs that have no cursor - iOS, Android etc.?
> 
> Invisible "pointers" (touch, stylus) present a different security/privacy profile, because (a) they were not previously exposed to the capturing application, and (b) they involve exposing additional information that is similar to mouse-clicks. As such, they are outscoped, and we don't have concrete plans to extend the API to support them. (However, it seems like it will be possible if desired in the future, although likely subject to some additional permissions prompt.)

Instead of outscoping (is that actually a word?) & having [bare surfaceX/Y attributes](https://screen-share.github.io/captured-mouse-events/#webidl-284551610) on the event, why not have single attribute that contains an array of x,y pairs? That way you don't have to do any work up-front for any of the N != 1 cases, but you're future-proofed for those cases if they do arise.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/872#issuecomment-1908236338
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/872/1908236338@github.com>

Received on Wednesday, 24 January 2024 14:26:18 UTC