Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
input_hid.h
Go to the documentation of this file.
1/*
2 * Copyright 2024 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_INPUT_HID_H_
8#define ZEPHYR_INCLUDE_INPUT_HID_H_
9
27
39
42#endif /* ZEPHYR_INCLUDE_INPUT_HID_H_ */
int16_t input_to_hid_code(uint16_t input_code)
Convert an input code to HID code.
uint8_t input_to_hid_modifier(uint16_t input_code)
Convert an input code to HID modifier.
__UINT8_TYPE__ uint8_t
Definition: stdint.h:88
__UINT16_TYPE__ uint16_t
Definition: stdint.h:89
__INT16_TYPE__ int16_t
Definition: stdint.h:73