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

Sets the layer's input passthrough flag.

C
LIB_EXPORT laResult laLayer_SetAllowInputPassthrough(
    laLayer* layer, 
    laBool enable
);
Parameters
Parameters 
Description 
const laLayer* layer 
the layer 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite