logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_evt - event information

Author

SimonWunderlich
           Author of s3d

s3d                                                                                                   S3D_EVT(9)

Description

       This 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 ;)

Name

       s3d_evt - event information

Structure Members

           struct s3d_evt {
                uint8_t event;
                int length;
                char *buf;
                struct s3d_evt *next;
           }

Synopsis

#include<s3d.h>

See Also