MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leUtils_PickFromWidget Function
MPLAB® Harmony Graphics Suite
leUtils_PickFromWidget Function
C
LIB_EXPORT leWidget* leUtils_PickFromWidget(
    const leWidget* wgt, 
    int32_t x, 
    int32_t y
);
Parameters
Parameters 
Description 
int32_t x 
the x coordinate of the pick point 
int32_t y 
the y coordinate of the pick point 
Returns

leWidget* - the result widget

MPLAB® Harmony Graphics Suite