天嵌二次封装库使用手册
V2.1.2
|
宏定义 | |
#define | GETINPUT_API |
函数 | |
GETINPUT_API int | getinput (char *touch_type, char *dev_name) |
传入字符串判断触摸是哪个设备,将设备名写入指针地址 更多... | |
GETINPUT_API int | readinput (char *dev_name) |
传入字符串判断触摸是哪个设备,将设备名写入指针地址 更多... | |
#define GETINPUT_API |
在文件 lib_getinput.h 第 15 行定义.
GETINPUT_API int getinput | ( | char * | touch_type, |
char * | dev_name | ||
) |
传入字符串判断触摸是哪个设备,将设备名写入指针地址
touch_type | 触摸类型,需要字符串,如:Capacitance_ts->电容触摸 |
dev_name | 写入设备名的空间指针 |
GETINPUT_API int readinput | ( | char * | dev_name | ) |
传入字符串判断触摸是哪个设备,将设备名写入指针地址
touch_type | 触摸类型,需要字符串,如:Capacitance_ts->电容触摸 |
dev_name | 写入设备名的空间指针 |