hnm_event_class

Enumeration of HNM event class IDs.

Synopsis:

#include <hnm/event.h>
 
typedef enum hnm_event_class{
      HNM_EVENT_NONE == 0   
      HNM_EVENT_DISPLAY   
      HNM_EVENT_UNKNOWN   
} hnm_EventClass;

Data:

HNM_EVENT_NONE
HNM_EVENT_DISPLAY
HNM_EVENT_UNKNOWN

Add new event types before this entry.

Library:

libhnm

Description:

Events are categorized into classes that correspond to the interaction types (e.g., display, audio). The HNM subsystem defines an enumeration of event class IDs that are used to distinguish the different classes of events.