From 36de5e8805a2d93935787f9644f98511bc5aa438 Mon Sep 17 00:00:00 2001 From: Dan Flettre Date: Tue, 16 Jan 2018 11:24:40 -0600 Subject: [PATCH] Pass event to ProcessKeyCombo --- src/input/keyboard/combo/KeyCombo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/keyboard/combo/KeyCombo.js b/src/input/keyboard/combo/KeyCombo.js index b5a36b2e7..1494d78d5 100644 --- a/src/input/keyboard/combo/KeyCombo.js +++ b/src/input/keyboard/combo/KeyCombo.js @@ -90,7 +90,7 @@ var KeyCombo = new Class({ return; } - var matched = ProcessKeyCombo(event.data, _this); + var matched = ProcessKeyCombo(event, _this); if (matched) {