MPLAB® Harmony Graphics Suite
|
The key click event callback pointer is issued any time a button is interacted with.
LIB_EXPORT laResult laKeyPadWidget_SetKeyClickEventCallback( laKeyPadWidget* pad, laKeyPadWidget_KeyClickEvent cb );
Parameters |
Description |
laKeyPadWidget* pad |
the widget |
laKeyPadWidget_KeyClickEvent cb |
the callback pointer |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|