pointer-tracker
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "pointer-tracker", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Track mouse/touch/pointer events through one interface", | ||
@@ -5,0 +5,0 @@ "main": "dist/PointerTracker.js", |
@@ -58,4 +58,10 @@ # PointerTracker | ||
pointer.nativePointer; | ||
// Returns an expanded set of Pointers for high-resolution inputs. | ||
const pointers = pointer.getCoalesced(); | ||
``` | ||
## Demo | ||
[A simple painting app](https://pointer-tracker-demo.glitch.me/) ([code](https://glitch.com/edit/#!/pointer-tracker-demo?path=public/index.html)). | ||
## Files | ||
@@ -62,0 +68,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46956
72