Event: Add the most commonly used pointer event properties

Ref gh-3104
Close gh-3152
This commit is contained in:
Scott González 2016-06-08 09:08:47 -04:00 committed by Timmy Willison
parent d5dae259eb
commit 7d21f02b9e

View File

@ -615,6 +615,8 @@ jQuery.each( {
clientY: true,
offsetX: true,
offsetY: true,
pointerId: true,
pointerType: true,
screenX: true,
screenY: true,
targetTouches: true,