MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laEventResult Enumeration
MPLAB® Harmony Graphics Suite
laEventResult Enumeration

Enumeration: laEventResult

C
typedef enum laEventResult_t {
  LA_EVENT_HANDLED,
  LA_EVENT_DEFERRED,
  LA_EVENT_RESET_QUEUE
} laEventResult;
Members
Members 
Description 
LA_EVENT_HANDLED 
the event was handled 
LA_EVENT_DEFERRED 
the event needs to wait 
LA_EVENT_RESET_QUEUE 
the entire event queue should be flushed and reset 
MPLAB® Harmony Graphics Suite