auto.h

来自「MINIGUI 加UCOS 很好的源代码 找了好久才找到了 拿出来与大家一」· 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 __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 + =
减小字号Ctrl + -
显示快捷键?