EasyGUI
gui_touch_data_t Struct Reference

Single touch data structure. More...

#include <gui_defs.h>

Data Fields

uint8_t count
 
gui_dim_t x [GUI_CFG_TOUCH_MAX_PRESSES]
 
gui_dim_t y [GUI_CFG_TOUCH_MAX_PRESSES]
 
gui_touch_state_t status
 
uint32_t time
 

Detailed Description

Single touch data structure.

Field Documentation

◆ count

uint8_t count

Number of touches detected

◆ status

Touch status, pressed or released

◆ time

uint32_t time

Time when touch was recorded

◆ x

Touch X coordinate

◆ y

Touch Y coordinate