You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2020. It is now read-only.
This is a polyfill for [Pointer Events](https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html), written using jQuery's special events API.
4
+
5
+
Pointer Events provide a unified event model, which we feel provides a much
6
+
better future than Mouse + Touch. The jQuery team is very interested in seeing
7
+
a future where Mouse Events and Touch Events are a thing of the past, and all
8
+
developers leverage Pointer Events exclusively. This polyfill is an attempt to
9
+
make that dream a reality today.
10
+
11
+
For some history on Touch vs. Pointer, check out our blog post
12
+
[Getting Touchy about Patents](http://blog.jquery.com/2012/04/10/getting-touchy-about-patents/).
0 commit comments