Update controls

This commit is contained in:
KostaSaizo7 2024-06-06 16:20:37 +03:00 committed by GitHub
parent 3faeba8f0c
commit 2a82247026
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -109,16 +109,16 @@ void WindowSDL::onKeyPress(const SDL_Event* event) {
case SDLK_RIGHT:
button = ScePadButton::RIGHT;
break;
case SDLK_KP_8:
case SDLK_a:
button = ScePadButton::TRIANGLE;
break;
case SDLK_KP_6:
case SDLK_x:
button = ScePadButton::CIRCLE;
break;
case SDLK_KP_2:
case SDLK_z:
button = ScePadButton::CROSS;
break;
case SDLK_KP_4:
case SDLK_s:
button = ScePadButton::SQUARE;
break;
case SDLK_RETURN: