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 4f6eb5c commit 48877f2Copy full SHA for 48877f2
src/client/packages/idom-client-react/tests/event-to-object.test.js
@@ -233,6 +233,18 @@ const allEventData = {
233
tiltX: "tiltX",
234
tiltY: "tiltY",
235
pointerType: "pointerType",
236
+ altKey: "altKey",
237
+ button: "button",
238
+ buttons: "buttons",
239
+ clientX: "clientX",
240
+ clientY: "clientY",
241
+ ctrlKey: "ctrlKey",
242
+ metaKey: "metaKey",
243
+ pageX: "pageX",
244
+ pageY: "pageY",
245
+ screenX: "screenX",
246
+ screenY: "screenY",
247
+ shiftKey: "shiftKey",
248
isPrimary: "isPrimary",
249
},
250
})),
0 commit comments