diff --git a/include/allegro_flare/screens/gamer_input_screen.h b/include/allegro_flare/screens/gamer_input_screen.h index ea296c01b..1fee5d4c9 100644 --- a/include/allegro_flare/screens/gamer_input_screen.h +++ b/include/allegro_flare/screens/gamer_input_screen.h @@ -9,8 +9,8 @@ -#define ALLEGRO_EVENT_GAMER_BUTTON_UP ALLEGRO_GET_EVENT_TYPE('N','P','T','U') -#define ALLEGRO_EVENT_GAMER_BUTTON_DOWN ALLEGRO_GET_EVENT_TYPE('N','P','T','D') +#define ALLEGRO_EVENT_GAMER_BUTTON_UP ALLEGRO_GET_EVENT_TYPE('N','p','t','U') +#define ALLEGRO_EVENT_GAMER_BUTTON_DOWN ALLEGRO_GET_EVENT_TYPE('N','p','t','D')