Input: Modificado el input por defecto para la acción de cancelar con teclado

This commit is contained in:
2023-05-28 18:26:33 +02:00
parent c51eb06a61
commit 921f9d2606

View File

@@ -343,7 +343,7 @@ void Input::setDefaultBindings()
bindKey(INPUT_BUTTON_2, SDL_SCANCODE_X);
bindKey(INPUT_ACCEPT, SDL_SCANCODE_RETURN);
bindKey(INPUT_CANCEL, SDL_SCANCODE_ESCAPE);
bindKey(INPUT_CANCEL, SDL_SCANCODE_BACKSPACE);
bindKey(INPUT_PAUSE, SDL_SCANCODE_H);
bindKey(INPUT_EXIT, SDL_SCANCODE_ESCAPE);