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

Returns the mirror setting for the specified screen

C
LIB_EXPORT laBool laScreen_GetMirrored(
    laScreen* scr
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to reference 
Returns

laBool - the mirror setting

MPLAB® Harmony Graphics Suite