Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W3C Pointer Event spec #12

Open
wavewave opened this issue Jun 2, 2013 · 2 comments
Open

W3C Pointer Event spec #12

wavewave opened this issue Jun 2, 2013 · 2 comments

Comments

@wavewave
Copy link

wavewave commented Jun 2, 2013

It looks like web community finally seeks for finding a unified scheme for different pointer devices.
http://www.w3.org/TR/pointerevents/

I think much of the code here can be reused for making working pointer events for wacom for NPAPI type plugin.

@ZaneA
Copy link
Owner

ZaneA commented Jun 2, 2013

Great idea! I wonder what the status of this proposal is in various browsers. I will look into it :)

@wavewave
Copy link
Author

wavewave commented Jun 3, 2013

I think that it's only available for IE10 on Win8 at this moment, but a polyfill called hand.js already exists (http://blogs.msdn.com/b/eternalcoding/archive/2013/01/16/hand-js-a-polyfill-for-supporting-pointer-events-on-every-browser.aspx). In my opinion, the pointer event is the right unified approach as for all pointer-like devices (mouse, touch, wacom, kinect, leap motion, or whatever) and browser developers eventually implement the generic interface.
But individual actual device support should take much longer, and especially wacom as we see the company's lack of linux web plugin support. This linux wacom web plugin using NPAPI here will be able to immediately fill the gap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants