hi3510.h

来自「hi3510 minigui ial」· C头文件 代码 · 共 31 行

H
31
字号
/*** $Id: hi3510.h 7269 2007-07-03 08:10:14Z xwyan $**** hi3510.h: head file of Input Engine for hi3510**** Copyright (C) 2007 Feynman Software.**** All rights reserved by Feynman Software.*/#ifndef _IAL_hi3510_h#define _IAL_hi3510_h#include "common.h"#include "ial.h"#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */BOOL InitHI3510Input (INPUT* input, const char* mdev, const char* mtype);void TermHI3510Input (void);#ifdef __cplusplus}#endif  /* __cplusplus */#endif  /* _IAL_hi3510_h */

⌨️ 快捷键说明

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