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_key_event - key event information

Author

SimonWunderlich
           Author of s3d

s3d                                                                                             S3D_KEY_EVENT(9)

Description

       Can be used on the buffer of an event of type S3D_EVENT_KEY*.

Name

       s3d_key_event - key event information

Structure Members

           struct s3d_key_event {
                uint16_t keysym;
                uint16_t unicode;
                uint16_t modifier;
                uint16_t state;
           }

Synopsis

#include<s3d.h>

See Also