input: añadidas asignaciones por defecto para teclado y mando
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user