Go to the source code of this file.
Functions | |
int | g13_get_symbol_index (const char *name) |
int | g13_get_symbol_code (int index) |
int | g13_get_symbol_code_from_name (const char *name) |
Variables | |
const char *const | g13_key_symbol_names [] |
const unsigned int | g13_key_symbol_codes [] |
const int | g13_key_symbols |
int g13_get_symbol_code | ( | int | index | ) |
References g13_key_symbol_codes.
int g13_get_symbol_code_from_name | ( | const char * | name | ) |
References g13_get_symbol_index(), and g13_key_symbol_codes.
Referenced by g13_device_set_keymap_from_string().
int g13_get_symbol_index | ( | const char * | name | ) |
References g13_key_symbol_names, and g13_key_symbols.
Referenced by g13_get_symbol_code_from_name().
const unsigned int g13_key_symbol_codes[] |
Referenced by g13_get_symbol_code(), and g13_get_symbol_code_from_name().
const char* const g13_key_symbol_names[] |
Referenced by g13_get_symbol_index().
const int g13_key_symbols |
Referenced by g13_get_symbol_index().