From 6e0d9235a317b88d5c1d1911ad18b70e5096000d Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Mon, 13 Apr 2026 21:26:41 +0200 Subject: [PATCH] undo android test --- source/core/input/input.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/core/input/input.hpp b/source/core/input/input.hpp index 04467e0..66879f9 100644 --- a/source/core/input/input.hpp +++ b/source/core/input/input.hpp @@ -66,11 +66,9 @@ class Input { {Action::CANCEL, ButtonState{.button = static_cast(SDL_GAMEPAD_BUTTON_BACK)}}, // Botó START del mando → pausa {Action::PAUSE, ButtonState{.button = static_cast(SDL_GAMEPAD_BUTTON_START)}}, - // Shoulders → paleta següent / toggle integer scale (workaround - // Android: la restauració del canvas no funciona sempre en sortir - // de fullscreen, R permet forçar-la manualment). + // Shoulders → paleta següent / mode d'ordenació de paleta següent {Action::NEXT_PALETTE, ButtonState{.button = static_cast(SDL_GAMEPAD_BUTTON_LEFT_SHOULDER)}}, - {Action::TOGGLE_INTEGER_SCALE, ButtonState{.button = static_cast(SDL_GAMEPAD_BUTTON_RIGHT_SHOULDER)}}} {} + {Action::NEXT_PALETTE_SORT, ButtonState{.button = static_cast(SDL_GAMEPAD_BUTTON_RIGHT_SHOULDER)}}} {} ~Gamepad() { if (pad != nullptr) {