Преглед изворни кода

Renamed a couple of Input keyboard properties to be more explicit.

dev-tmpl
Bryan Miller пре 6 година
родитељ
комит
903b1cf2fa
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      app/js/ui/Input.js

+ 2
- 2
app/js/ui/Input.js Прегледај датотеку

return "0"; return "0";
} }


get lastaction(){
get lastkeyaction(){
return KEYMAP["lastaction"]; return KEYMAP["lastaction"];
} }


return KeymapEventName(); return KeymapEventName();
} }


get currentCodes(){
get currentKeyCodes(){
return KEYMAP["currentcodes"].map(e=>e[0]); return KEYMAP["currentcodes"].map(e=>e[0]);
} }



Loading…
Откажи
Сачувај