mikroSDK Reference Manual
tp_touch_coord_t Struct Reference

Touch Point Object Definition. More...

Data Fields

tp_coord_t coord_x
 
tp_coord_t coord_y
 
tp_event_t event
 
tp_touch_id_t id
 

Detailed Description

Touch point object defined for Touch Panel library.

Field Documentation

◆ coord_x

tp_coord_t tp_touch_coord_t::coord_x

Touch coordinate x.

◆ coord_y

tp_coord_t tp_touch_coord_t::coord_y

Touch coordinate y.

◆ event

tp_event_t tp_touch_coord_t::event

Touch event.

◆ id

tp_touch_id_t tp_touch_coord_t::id

Touch ID.