MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laInput_InjectTouchMoved Function
MPLAB® Harmony Graphics Suite
laInput_InjectTouchMoved Function

Register and track the touch moved event and queue it for handling by associated widgets

C
LIB_EXPORT laResult laInput_InjectTouchMoved(
    uint32_t id, 
    int32_t x, 
    int32_t y
);
Returns
MPLAB® Harmony Graphics Suite