MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laButtonWidget_GetPressed Function
MPLAB® Harmony Graphics Suite
laButtonWidget_GetPressed Function
C
LIB_EXPORT laBool laButtonWidget_GetPressed(
    laButtonWidget* btn
);
Parameters
Parameters 
Description 
laButtonWidget* btn 
the button to reference 
Returns

laBool - the button pressed state

MPLAB® Harmony Graphics Suite