Explorar el Código

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

dev-tmpl
Bryan Miller hace 6 años
padre
commit
903b1cf2fa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      app/js/ui/Input.js

+ 2
- 2
app/js/ui/Input.js Ver fichero

@@ -447,7 +447,7 @@ export default class Input{
return "0";
}

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

@@ -455,7 +455,7 @@ export default class Input{
return KeymapEventName();
}

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


Cargando…
Cancelar
Guardar