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

Structure: laInputState_t 

Maintain a history of touch states; currently libaria keeps track of the last touch state only.

C
typedef struct laInputState_t {
  laBool enabled;
  laTouchState touch[LA_MAX_TOUCH_STATES];
} laInputState;
Remarks

None.

MPLAB® Harmony Graphics Suite