vr4181.h

来自「linux下的图形界面开发minigui最新源代码」· C头文件 代码 · 共 28 行

H
28
字号
/*** $Id: vr4181.h,v 1.5 2003/09/04 03:38:26 weiym Exp $**** vr4181.h:. the head file of Low Level Input Engine for NEC VR4181 debug board.**** Copyright (C) 2001 RedFlag Software.**** Created by Wei YongMing, 2001/08/20*/#ifndef GUI_IAL_VR4181_H    #define GUI_IAL_VR4181_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */BOOL InitVR4181Input (INPUT* input, const char* mdev, const char* mtype);void TermVR4181Input (void);#ifdef __cplusplus}#endif  /* __cplusplus */#endif  /* GUI_IAL_VR4181_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?