MPLAB® Harmony Graphics Suite
|
Sets the area that touch input is permitted. This area has to be at or smaller than the rectangular area of the entire radial menu widget. The default is the bottom half of the widget.
LIB_EXPORT laResult laRadialMenuWidget_SetTouchArea( laRadialMenuWidget* mn, int32_t x, int32_t y, int32_t width, int32_t height );
Parameters |
Description |
laRadialMenuWidget* mn |
the widget |
GFX_Rect rect |
rectangular area, x-y represents offsets in local space |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|