Initial Revision (renamed to lowercase)

This commit is contained in:
Manuel Ruiz
1999-05-05 13:13:22 +00:00
parent 8af62607db
commit 0ef3e0972e
2 changed files with 12 additions and 0 deletions

7
harbour/include/inkey.ch Normal file
View File

@@ -0,0 +1,7 @@
#define INKEY_MOVE 1
#define INKEY_LDOWN 2
#define INKEY_LUP 4
#define INKEY_RDOWN 8
#define INKEY_RUP 16
#define INKEY_KEYBOARD 128
#define INKEY_ALL 159

View File

@@ -0,0 +1,5 @@
#define SC_NONE 0
#define SC_NORMAL 1
#define SC_INSERT 2
#define SC_SPECIAL1 3
#define SC_SPECIAL2 4