auto.h
来自「使用miniGUI模拟器的简单开发例子(值得参考)」· C头文件 代码 · 共 27 行
H
27 行
/*** $Id: auto.h,v 1.1 2004/01/29 06:12:18 weiym Exp $**** auto.h: head file for automatic Input Engine**** Copyright (C) 2004 Feynman Software.**** Created by Wei YongMing, 2004/01/29*/#ifndef _IAL_AUTO_H#define _IAL_AUTO_H#ifdef __cplusplusextern "C" {#endif /* __cplusplus */BOOL InitAutoInput (INPUT* input, const char* mdev, const char* mtype);void TermAutoInput (void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* _IAL_AUTO_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?