MPLAB® Harmony Graphics Suite
|
The cell action is the action that is dispatched to the Aria edit event system. This event will then be received by the active edit event receptor widget if one exists.
LIB_EXPORT laResult laKeyPadWidget_SetKeyAction( laKeyPadWidget* pad, uint32_t row, uint32_t col, laKeyPadCellAction action );
Parameters |
Description |
laKeyPadWidget* pad |
the widget |
uint32_t row |
the indicated row |
uint32_t col |
the indicated column |
laKeyPadCellAction action |
the desired edit action |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|