We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de71e97 commit f595808Copy full SHA for f595808
src/event.js
@@ -595,6 +595,7 @@ jQuery.each( {
595
altKey: true,
596
bubbles: true,
597
cancelable: true,
598
+ changedTouches: true,
599
ctrlKey: true,
600
detail: true,
601
eventPhase: true,
@@ -615,7 +616,9 @@ jQuery.each( {
615
616
offsetY: true,
617
screenX: true,
618
screenY: true,
619
+ targetTouches: true,
620
toElement: true,
621
+ touches: true,
622
623
which: function( event ) {
624
var button = event.button;
0 commit comments