kolibrios/programs/develop/libraries/libGUI/SRC/keys.h

9 lines
140 B
C
Raw Normal View History

/*
scan codes of keys
*/
//Scan Codes of some keys in pressed state
#define SC_TAB 15
#define SC_ENTER 28
#define SC_SPACE 57