MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > b) Core Functions > leInput_InjectTouchMoved Function
MPLAB® Harmony Graphics Suite
leInput_InjectTouchMoved Function

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

C
LIB_EXPORT leResult leInput_InjectTouchMoved(
    uint32_t id, 
    int32_t x, 
    int32_t y
);
Returns

leResult

MPLAB® Harmony Graphics Suite