GUI
keycodes.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 by Maciej Wiecierzewski
3  */
4 
9 #ifndef KEYCODES_H
10 #define KEYCODES_H
11 
12 #define KEY_BACKSPACE ALLEGRO_KEY_BACKSPACE
13 #define KEY_LEFT ALLEGRO_KEY_LEFT
14 #define KEY_RIGHT ALLEGRO_KEY_RIGHT
15 #define KEY_ENTER ALLEGRO_KEY_ENTER
16 
17 #endif // KEYCODES_H