Key event information
#include <s3d.h>
struct s3d_key_event { uint16_t keysym; uint16_t unicode; uint16_t modifier; uint16_t state; }
Can be used on the buffer of an event of type S3D_EVENT_KEY*.
Simon Wunderlich
Author of s3d