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

The key click event callback pointer is issued any time a button is interacted with.

C
LIB_EXPORT laResult laKeyPadWidget_SetKeyClickEventCallback(
    laKeyPadWidget* pad, 
    laKeyPadWidget_KeyClickEvent cb
);
Parameters
Parameters 
Description 
laKeyPadWidget* pad 
the widget 
laKeyPadWidget_KeyClickEvent cb 
the callback pointer 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite