s3d_find_event - find eevnt on stack
#include <s3d.h> struct s3d_evt *s3d_find_event(uint8_t event);
Finds the latest occurrence of an event, giving the event type as argument. Returns a pointer to struct s3d_evt.
Simon Wunderlich Author of s3d