Skip to content

Commit

Permalink
add keys in IGfxManager
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan-b committed Mar 10, 2018
1 parent 3ee4294 commit a6fd853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGfxManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace arcade {
public:
virtual ~IGfxManager() = default;
enum class Keys {
NONE, CLOSE, ENTER,
NONE, CLOSE,
UP, DOWN, LEFT, RIGHT, ACTION,
NEXTGAME, PREVGAME,
NEXTGFX, PREVGFX,
Expand Down

0 comments on commit a6fd853

Please sign in to comment.