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

Structure: laInput_TouchMovedEvent_t 

Register and handle the touch coordinates changed event

C
typedef struct laInput_TouchMovedEvent_t {
  int32_t touchID;
  int32_t prevX;
  int32_t prevY;
  int32_t x;
  int32_t y;
} laInput_TouchMovedEvent;
Remarks

None.

MPLAB® Harmony Graphics Suite