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

Structure: laTouchState 

Manage the touch input state and track the touch coordinate

C
typedef struct laTouchState_t {
  uint32_t valid;
  int32_t x;
  int32_t y;
} laTouchState;
Remarks

None.

MPLAB® Harmony Graphics Suite