mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Event: Add the most commonly used pointer event properties
Ref gh-3104 Close gh-3152
This commit is contained in:
parent
d5dae259eb
commit
7d21f02b9e
@ -615,6 +615,8 @@ jQuery.each( {
|
|||||||
clientY: true,
|
clientY: true,
|
||||||
offsetX: true,
|
offsetX: true,
|
||||||
offsetY: true,
|
offsetY: true,
|
||||||
|
pointerId: true,
|
||||||
|
pointerType: true,
|
||||||
screenX: true,
|
screenX: true,
|
||||||
screenY: true,
|
screenY: true,
|
||||||
targetTouches: true,
|
targetTouches: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user