Skip to content

Commit

Permalink
Use different convention for ALLEGRO_EVENT_GAMER_BUTTON_* consts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkOates committed Aug 24, 2019
1 parent ef0590b commit 76807a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/allegro_flare/screens/gamer_input_screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -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')



Expand Down

0 comments on commit 76807a0

Please sign in to comment.