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

When a screen change event occurs, the specific screen change event handler has to be called as well as some generic maintenance for the screen change like destroying or hiding screen resources needs to be done. This function handles these tasks. It also handles similarly the touch events for individual widgets in the same manner.

C
laResult laEvent_ProcessEvents();
Returns
MPLAB® Harmony Graphics Suite