s3d_evt

Langue: en

Version: 309623 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

s3d_evt - event information

SYNOPSIS

 #include <s3d.h>
 

STRUCTURE MEMBERS

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

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

AUTHOR

Simon Wunderlich

Author of s3d