Loading...
Searching...
No Matches
cst816s_touch_data_t Struct Reference

cst816s touch event data More...

Detailed Description

cst816s touch event data

Definition at line 93 of file cst816s.h.

#include <cst816s.h>

Data Fields

cst816s_gesture_t gesture
 Detected gesture.
 
cst816s_touch_t action
 Press or release event.
 
uint16_t x
 X coordinate.
 
uint16_t y
 Y coordinate.
 

Field Documentation

◆ action

cst816s_touch_t cst816s_touch_data_t::action

Press or release event.

Definition at line 95 of file cst816s.h.

◆ gesture

cst816s_gesture_t cst816s_touch_data_t::gesture

Detected gesture.

Definition at line 94 of file cst816s.h.

◆ x

uint16_t cst816s_touch_data_t::x

X coordinate.

Definition at line 96 of file cst816s.h.

◆ y

uint16_t cst816s_touch_data_t::y

Y coordinate.

Definition at line 97 of file cst816s.h.


The documentation for this struct was generated from the following file: