diff --git a/inputfiles/overridingTypes.jsonc b/inputfiles/overridingTypes.jsonc index c6ac70a70..7ba619667 100644 --- a/inputfiles/overridingTypes.jsonc +++ b/inputfiles/overridingTypes.jsonc @@ -65,6 +65,10 @@ "name": "animationstart", "type": "AnimationEvent" }, + { + "name": "auxclick", + "type": "PointerEvent" + }, { "name": "cut", "type": "ClipboardEvent" @@ -73,6 +77,10 @@ "name": "copy", "type": "ClipboardEvent" }, + { + "name": "contextmenu", + "type": "PointerEvent" + }, { "name": "paste", "type": "ClipboardEvent"