Skip to content

Commit 7d21f02

Browse files
scottgonzaleztimmywil
authored andcommitted
Event: Add the most commonly used pointer event properties
Ref jquerygh-3104 Close jquerygh-3152
1 parent d5dae25 commit 7d21f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/event.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,8 @@ jQuery.each( {
615615
clientY: true,
616616
offsetX: true,
617617
offsetY: true,
618+
pointerId: true,
619+
pointerType: true,
618620
screenX: true,
619621
screenY: true,
620622
targetTouches: true,

0 commit comments

Comments
 (0)