MPLAB® Harmony Graphics Suite
|
Structure: laInputState_t
Maintain a history of touch states; currently libaria keeps track of the last touch state only.
typedef struct laInputState_t { laBool enabled; laTouchState touch[LA_MAX_TOUCH_STATES]; } laInputState;
None.
MPLAB® Harmony Graphics Suite
|