Lines Matching full:code
16 * @brief Convert an input code to HID code.
18 * Takes an input code as input and returns the corresponding HID code as
19 * output. The return value is -1 if the code is not found, if found it can
22 * @param input_code Event code (see @ref INPUT_KEY_CODES).
23 * @retval the HID code corresponding to the input code.
24 * @retval -1 if there's no HID code for the specified input code.
29 * @brief Convert an input code to HID modifier.
31 * Takes an input code as input and returns the corresponding HID modifier as
34 * @param input_code Event code (see @ref INPUT_KEY_CODES).
35 * @retval the HID modifier corresponding to the input code.
36 * @retval 0 if there's no HID modifier for the specified input code.