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

Checks if the widget specified has focus in the current context

C
LIB_EXPORT laBool laWidget_HasFocus(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laBool - true of the widget currently has context focus

MPLAB® Harmony Graphics Suite