hnm_display_event_service()

Service a display interaction request.

Synopsis:

#include <hnm/display_event.h>
 
void hnm_display_event_service(hnm_Event *event, void *hnm_data)

Arguments:

event

The interaction event structure that encapsulates the display event.

hnm_data

The HNM data structure that provides access to the active event list and to the HNM policy configuration.

Library:

libhnm

Description:

This function does the specialized processing required to service the specified display interaction event. The nature of the processing required may vary depending on the type of event received (i.e. display-start or display-end).

Returns:

Nothing.