Query: s3d_evt
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
S3D_EVT(9) s3d Manual S3D_EVT(9)NAMEs3d_evt - event informationSYNOPSIS#include <s3d.h>STRUCTURE MEMBERSstruct s3d_evt { uint8_t event; int length; char *buf; struct s3d_evt *next; }DESCRIPTIONThis is the event information holder. event gives the event type length gives the length of the buffer *buf buf is the pointer to the multiple purpose buffer, which will have more specific information about the object next can be safely ignored ;)AUTHORSimon Wunderlich Author of s3d s3d S3D_EVT(9)