Browse Source

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

dev-tmpl
Bryan Miller 6 years ago
parent
commit
903b1cf2fa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/js/ui/Input.js

+ 2
- 2
app/js/ui/Input.js View File

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…
Cancel
Save