hnm_DisplayEventFactory_findEvent()

Search for a named event.

Synopsis:

#include <hnm/display_event.h>
 
hnm_DisplayEvent* hnm_DisplayEventFactory_findEvent(const char *event_name)

Arguments:

event_name

Name of the event.

Library:

libhnm

Description:

This function searches for the event specified. If multiple events have the same name, the first one encountered with the highest priority is returned.

Returns:

A queued event with the specified event name. Returns NULL if none are found.