- [NEW] Afegit menu per a redefinir els botons del gamepad

This commit is contained in:
2024-10-02 13:43:32 +02:00
parent 54667d3ebc
commit c92f2a13aa
8 changed files with 166 additions and 20 deletions

View File

@@ -24,4 +24,7 @@ namespace config
void defineKey(const int which, const int key);
const int getKey(const int which);
void definePadBtn(const int which, const int btn);
const int getPadBtn(const int which);
}