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

brlapi_describedKeyCode_t

Author

Generated automatically by Doxygen for BrlAPI from the source code. BrlAPI Version 0.8 brlapi_describedKeyCode_t(3)

Detailed Description

Structure holding the components of a key code as returned by brlapi_describeKeyCode()

Field Documentation

unsignedintbrlapi_describedKeyCode_t::argument the argument value constchar*brlapi_describedKeyCode_t::command the command name constchar*brlapi_describedKeyCode_t::flag[64-BRLAPI_KEY_FLAGS_SHIFT] the flag names unsignedintbrlapi_describedKeyCode_t::flags the flag count constchar*brlapi_describedKeyCode_t::type the type name brlapi_expandedKeyCode_tbrlapi_describedKeyCode_t::values the actual values of the components

Name

brlapi_describedKeyCode_t

Synopsis

#include <brlapi.h> DataFields const char * type const char * command unsigned int argument unsigned int flags const char * flag [64 - BRLAPI_KEY_FLAGS_SHIFT] brlapi_expandedKeyCode_tvalues

See Also