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

Structure: laInput_TouchDownEvent_t 

Register and handle the touch press detect event

C
typedef struct laInput_TouchDownEvent_t {
  int32_t touchID;
  int32_t x;
  int32_t y;
} laInput_TouchDownEvent;
Remarks

None.

MPLAB® Harmony Graphics Suite