table of contents
S3D_FIND_EVENT(3) | s3d Manual | S3D_FIND_EVENT(3) |
NAME¶
s3d_find_event - find eevnt on stack
SYNOPSIS¶
#include <s3d.h>
struct s3d_evt *s3d_find_event(uint8_t event);
DESCRIPTION¶
Finds the latest occurrence of an event, giving the event type as argument. Returns a pointer to struct s3d_evt.
AUTHOR¶
Simon Wunderlich
Author of s3d
s3d |