hotkey: F11 mostra notificacio blava amb 'AppName vX.Y.Z (githash)'

This commit is contained in:
2026-05-19 20:04:12 +02:00
parent 66ad34b667
commit 984d1fca50
3 changed files with 21 additions and 5 deletions
+1
View File
@@ -232,6 +232,7 @@ void Director::initInput() {
Input::get()->bindKey(Input::Action::TOGGLE_SHADER, SDL_SCANCODE_F4);
Input::get()->bindKey(Input::Action::TOGGLE_SHADER_TYPE, SDL_SCANCODE_F5);
Input::get()->bindKey(Input::Action::NEXT_SHADER_PRESET, SDL_SCANCODE_F6);
Input::get()->bindKey(Input::Action::SHOW_VERSION, SDL_SCANCODE_F11);
// Mando - Movimiento del jugador
Input::get()->bindGameControllerButton(Input::Action::UP, SDL_GAMEPAD_BUTTON_DPAD_UP);