home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-X 1998 July
/
pcx23_9807.iso
/
PC-XUSER
/
PC-XUSER.16
/
ABC
/
KEYDEF.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-04-02
|
325 b
|
18 lines
//begin with 0
#define UP 72
#define DOWN 80
#define RIGHT 77
#define LEFT 75
#define PGUP 73
#define PGDN 81
#define END 79
#define HOME 71
#define INS 82
#define DEL 83
//whitout 0
#define ENTER 13
#define BS 8
#define ESC 27
#define CTRLBS 127