forked from KolibriOS/kolibrios
bugfix of last SVN revision
git-svn-id: svn://kolibrios.org@1176 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
8
programs/develop/libraries/libGUI/SRC/keys.h
Normal file
8
programs/develop/libraries/libGUI/SRC/keys.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
scan codes of keys
|
||||
*/
|
||||
|
||||
//Scan Codes of some keys in pressed state
|
||||
#define SC_TAB 15
|
||||
#define SC_ENTER 28
|
||||
#define SC_SPACE 57
|
Reference in New Issue
Block a user