MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laTouchTest_AddPoint Function
MPLAB® Harmony Graphics Suite
laTouchTest_AddPoint Function
C
LIB_EXPORT laResult laTouchTest_AddPoint(
    laTouchTestWidget* tch, 
    GFX_Point* pnt
);
Parameters
Parameters 
Description 
laTouchTestWidget* tch 
the widget 
GFX_Point* pnt 
a pointer to the point to add 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite