display_event_factory_get_next_event()

Get the next event.

Synopsis:

#include <hnm/display_event.h>
 
hnm_DisplayEvent* display_event_factory_get_next_event()

Arguments:

Library:

libhnm

Description:

This function returns the next-highest priority display event to pass to the HNM.

Returns:

The next-highest priority event from the internal queues. Returns NULL if there are no queued events.