Input: Modificado el input por defecto para la acción de cancelar con teclado
This commit is contained in:
@@ -343,7 +343,7 @@ void Input::setDefaultBindings()
|
|||||||
bindKey(INPUT_BUTTON_2, SDL_SCANCODE_X);
|
bindKey(INPUT_BUTTON_2, SDL_SCANCODE_X);
|
||||||
|
|
||||||
bindKey(INPUT_ACCEPT, SDL_SCANCODE_RETURN);
|
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_PAUSE, SDL_SCANCODE_H);
|
||||||
bindKey(INPUT_EXIT, SDL_SCANCODE_ESCAPE);
|
bindKey(INPUT_EXIT, SDL_SCANCODE_ESCAPE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user