RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_touch_data结构体 参考

#include <dev_touch.h>

成员变量

rt_uint8_t event
 
rt_uint8_t track_id
 
rt_uint8_t width
 
rt_uint16_t x_coordinate
 
rt_uint16_t y_coordinate
 
rt_tick_t timestamp
 

详细描述

Touch data

在文件 dev_touch.h202 行定义.

结构体成员变量说明

◆ event

rt_uint8_t rt_touch_data::event

在文件 dev_touch.h204 行定义.

◆ track_id

rt_uint8_t rt_touch_data::track_id

在文件 dev_touch.h205 行定义.

◆ width

rt_uint8_t rt_touch_data::width

在文件 dev_touch.h206 行定义.

◆ x_coordinate

rt_uint16_t rt_touch_data::x_coordinate

在文件 dev_touch.h207 行定义.

◆ y_coordinate

rt_uint16_t rt_touch_data::y_coordinate

在文件 dev_touch.h208 行定义.

◆ timestamp

rt_tick_t rt_touch_data::timestamp

在文件 dev_touch.h209 行定义.