mikroSDK Reference Manual
tp_drv_t Struct Reference

Touch Panel Driver Interface Items. More...

Data Fields

tp_press_det_t tp_press_detect_f
 
tp_press_coord_t tp_press_coordinates_f
 
tp_gesture_t tp_gesture_f
 
tp_process_t tp_process_f
 

Detailed Description

Driver interface items defined for Touch Panel library.

Field Documentation

◆ tp_press_detect_f

tp_press_det_t tp_drv_t::tp_press_detect_f

Driver press detect function pointer.

◆ tp_press_coordinates_f

tp_press_coord_t tp_drv_t::tp_press_coordinates_f

Driver get point function pointer.

◆ tp_gesture_f

tp_gesture_t tp_drv_t::tp_gesture_f

Driver gesture function pointer.

◆ tp_process_f

tp_process_t tp_drv_t::tp_process_f

Driver process function pointer.