資源簡介
1 具有菜單項(xiàng)
2 具有保存文件功能
3 具有幫助系統(tǒng)
***********************************************/
#include
#include
#include
#include
#include
#include
/* 定義特殊鍵*/
#define ESC 0x011b
#define TAB 0xf09
#define ENTER 0x1c0d
#define DEL 0x5300
#define BACKSPACE 0x0e08
/* 定義F1 到F12 */
#define F1 0x3b00
#define F2 0x3c00
#define F3 0x3d00
#define F4 0x3e00
/* 定義控制鍵 */
#define RSHIFT 0x01
#define LSHIFT 0x02
#define CTRL 0x04
#define ALT 0x08
#define SCROL_LOCK 0x10
代碼片段和文件信息
評論
共有 條評論