天嵌二次封装库使用手册
V2.1.2
首页
类
文件
文件列表
文件成员
tq_getinput.h
浏览该文件的文档.
1
7
#ifndef LINUX_LIBV2_SOURCE_TQGETINPUT_TQ_GETINPUT_H_
8
#define LINUX_LIBV2_SOURCE_TQGETINPUT_TQ_GETINPUT_H_
9
10
// Copyright 2024 广东省天嵌嵌入式技术股份有限公司
11
12
13
#ifdef __cplusplus
14
#define GETINPUT_API extern "C"
15
#else
16
#define GETINPUT_API
17
#endif
18
24
GETINPUT_API
int
tq_getinput
(
char
*touch_type,
char
*dev_name);
25
26
GETINPUT_API
int
tq_readinput
(
char
*dev_name);
27
28
#endif
GETINPUT_API
#define GETINPUT_API
Definition:
tq_getinput.h:16
tq_readinput
GETINPUT_API int tq_readinput(char *dev_name)
tq_getinput
GETINPUT_API int tq_getinput(char *touch_type, char *dev_name)
传入字符串判断触摸是哪个设备,将设备名写入指针地址
tqinclude
getinput
tq_getinput.h
制作者
1.8.11