ads.h
来自「基于s3c44b0的rtc,watchdog,adc,ads的驱动程序」· C头文件 代码 · 共 43 行
H
43 行
/*** $Id: ads.h,v 1.5 2003/09/04 03:38:25 weiym Exp $**** ads.h:. the head file of Low Level Input Engine for ADS Graphics Client.**** Copyright (C) 2000, Wei YongMing ** Copyright (C) 2000, BluePoint Software.**** Created by Wei YongMing, 2000/09/24*/#ifndef GUI_IAL_ADS_H#define GUI_IAL_ADS_H//#define kb_dev "/dev/Kbd7279"#define TIME_KEYUP 30//读取键盘数据struct HD7279KeyData{ unsigned int unicode;// unsigned int modifiers;// BYTE press;// BYTE repeat;};#ifdef __cplusplusextern "C" {#endif /* __cplusplus */BOOL InitADSInput (INPUT* input, const char* mdev, const char* mtype);void TermADSInput (void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* GUI_IAL_ADS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?