mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
cleanup the quick fix :|
This commit is contained in:
parent
e151a9b1d5
commit
8a2ff3c70e
@ -2727,7 +2727,6 @@ class EmulatorJS {
|
||||
}
|
||||
}
|
||||
keyLookup(controllerkey){
|
||||
console.log(controllerkey);
|
||||
for (var key in this.keyMap) {
|
||||
if (this.keyMap[key] === controllerkey.value) {
|
||||
return key;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user