⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 auto.h

📁 在ADS环境下MiniGUI的源码
💻 H
字号:
/*
** $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 __cplusplus
extern "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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -