]> source.dussan.org Git - jquery.git/commitdiff
Event: Add the most commonly used pointer event properties
authorScott González <scott.gonzalez@gmail.com>
Wed, 8 Jun 2016 13:08:47 +0000 (09:08 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Thu, 9 Jun 2016 17:16:20 +0000 (13:16 -0400)
Ref gh-3104
Close gh-3152

src/event.js

index d64b9b6cb5e2853ce39d850a092312b531aff69e..cf10953f00262293676940437215bcb83608b2d1 100644 (file)
@@ -615,6 +615,8 @@ jQuery.each( {
        clientY: true,
        offsetX: true,
        offsetY: true,
+       pointerId: true,
+       pointerType: true,
        screenX: true,
        screenY: true,
        targetTouches: true,