Skip to content

Commit 247f9e5

Browse files
authored
Merge pull request phaserjs#3164 from Flet/process-key-combo-fix
Pass event to ProcessKeyCombo
2 parents 7e5163a + 36de5e8 commit 247f9e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/keyboard/combo/KeyCombo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var KeyCombo = new Class({
9090
return;
9191
}
9292

93-
var matched = ProcessKeyCombo(event.data, _this);
93+
var matched = ProcessKeyCombo(event, _this);
9494

9595
if (matched)
9696
{

0 commit comments

Comments
 (0)