MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laInput_TouchUpEvent Structure
MPLAB® Harmony Graphics Suite
laInput_TouchUpEvent Structure

Structure: laInput_TouchUpEvent_t 

Register and handle the touch release detect event

C
typedef struct laInput_TouchUpEvent_t {
  int32_t touchID;
  int32_t x;
  int32_t y;
} laInput_TouchUpEvent;
Remarks

None.

MPLAB® Harmony Graphics Suite