Re: [w3ctag/design-reviews] Pen Events API (#553)

Thanks for bringing this to our attention. Including the comment above, here are the questions we have.

1. Why is the down/up pattern different for this from other (existing) input events? Pressandhold has limitations as @kenchris notes above.
2. Why is .connect() needed? Is this to ensure exclusive access to the pen, or a power saving measure?
3. It feels like having a "disconnect" event will be useful, since devices (as far as we are aware) automatically disconnect and an application should be able to know if it needs to call connect() again.
4. What happens when a page which is connected to a pen gets blurred? (e.g. user switches to a different tab)

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

Received on Tuesday, 22 September 2020 07:23:43 UTC