input: añadidas asignaciones por defecto para teclado y mando

This commit is contained in:
2023-05-23 18:24:17 +02:00
parent 82b2b8bf57
commit 51518f3bd8
3 changed files with 43 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ using namespace std;
#define INPUT_BUTTON_18 22
#define INPUT_BUTTON_19 23
#define INPUT_BUTTON_20 24
#define INPUT_PAUSE 25
#define INPUT_EXIT 26
#define INPUT_ACCEPT 27
@@ -125,6 +126,9 @@ public:
// Hablita las entradas
void enable();
// Establece unas teclas y botones del mando por defectp
void setDefaultBindings();
};
#endif