fxrm9200.h
来自「有了操作系统、TCP/IP协议栈、文件系统」· C头文件 代码 · 共 28 行
H
28 行
/*** $Id: fxrm9200.h,v 1.1 2004/09/16 01:17:28 panweiguo Exp $**** fxrm9200.h:. the head file of Low Level Input Engine for fuxu rm9200.**** Copyright (C) 2004 Feynman Software.**** Created by pan weiguo, 2004/07/20*/#ifndef GUI_IAL_FXRM9200_H #define GUI_IAL_FXRM9200_H#ifdef __cplusplusextern "C" {#endif /* __cplusplus */BOOL InitRm9200Input (INPUT* input, const char* mdev, const char* mtype);void TermRm9200Input (void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* GUI_IAL_FXRM9200_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?