MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImagePlusWidget_GetInteractive Function
MPLAB® Harmony Graphics Suite
laImagePlusWidget_GetInteractive Function

This widget can be configured to respond to input events. It can react to single and double touch events. These events will directly modify the transform state and cause the image to translate and resize as desired.

C
LIB_EXPORT laBool laImagePlusWidget_GetInteractive(
    laImagePlusWidget* img
);
Parameters
Parameters 
Description 
laImagePlusWidget* img 
the widget 
Returns

laBool - the value of the interactive flag

MPLAB® Harmony Graphics Suite