s3d_evt - event information
#include <s3d.h>
struct s3d_evt { uint8_t event; int length; char *buf; struct s3d_evt *next; }
This is the event information holder.
event
length
buf
next
Simon Wunderlich