Files
harbour-core/harbour/include/inkey.ch
1999-06-25 01:42:48 +00:00

12 lines
203 B
Plaintext

/*
* $Id$
*/
#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