S3D_FIND_EVENT(3) | s3d Manual | S3D_FIND_EVENT(3) |
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
s3d |