#include "key_symbols.h"
#include <string.h>
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) |
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().