RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#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.h 第 202 行定义.
rt_uint8_t rt_touch_data::event |
在文件 dev_touch.h 第 204 行定义.
rt_uint8_t rt_touch_data::track_id |
在文件 dev_touch.h 第 205 行定义.
rt_uint8_t rt_touch_data::width |
在文件 dev_touch.h 第 206 行定义.
rt_uint16_t rt_touch_data::x_coordinate |
在文件 dev_touch.h 第 207 行定义.
rt_uint16_t rt_touch_data::y_coordinate |
在文件 dev_touch.h 第 208 行定义.
rt_tick_t rt_touch_data::timestamp |
在文件 dev_touch.h 第 209 行定义.