From e0433df078596d4b93eed800b7c53f4a2225dd24 Mon Sep 17 00:00:00 2001 From: Tito Date: Tue, 11 Mar 2025 19:49:44 -0300 Subject: [PATCH] Update overridingTypes.jsonc --- inputfiles/overridingTypes.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) 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"