We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5163a commit 36de5e8Copy full SHA for 36de5e8
1 file changed
src/input/keyboard/combo/KeyCombo.js
@@ -90,7 +90,7 @@ var KeyCombo = new Class({
90
return;
91
}
92
93
- var matched = ProcessKeyCombo(event.data, _this);
+ var matched = ProcessKeyCombo(event, _this);
94
95
if (matched)
96
{
0 commit comments