Files
harbour-core/harbour/include/inkey.ch
1999-05-05 13:13:22 +00:00

8 lines
187 B
Plaintext

#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