MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laCircularSliderWidget_GetOrigin( laCircularSliderWidget* slider, int32_t* x, int32_t* y );
Parameters |
Description |
laCircularSliderWidget* slider |
the widget |
int32_t* x |
pointer to an integer pointer to store x |
int32_t* y |
pointer to an integer pointer to store y |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|