MPLAB® Harmony Graphics Suite
|
Returns the index of the widget that is in the primary selectable position.
LIB_EXPORT int32_t laRadialMenuWidget_GetProminentIndex( laRadialMenuWidget* mn );
Parameters |
Description |
laRadialMenuWidget* mn |
the radial menu widget |
int32_t - the index of the widget, returns -1 if there is a failure
MPLAB® Harmony Graphics Suite
|