mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Pass event to ProcessKeyCombo
This commit is contained in:
parent
7e5163adf0
commit
36de5e8805
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ var KeyCombo = new Class({
|
|||
return;
|
||||
}
|
||||
|
||||
var matched = ProcessKeyCombo(event.data, _this);
|
||||
var matched = ProcessKeyCombo(event, _this);
|
||||
|
||||
if (matched)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue