Lines Matching +full:input +full:- +full:event +full:- +full:codes
4 * SPDX-License-Identifier: Apache-2.0
6 * Input event codes, for codes available in Linux, use the same values as in
7 * https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/input-event-codes.h
14 * @defgroup input_events Input Event Definitions
21 * @name Input event types.
25 #define INPUT_EV_KEY 0x01 /**< Key event */
26 #define INPUT_EV_REL 0x02 /**< Relative coordinate event */
27 #define INPUT_EV_ABS 0x03 /**< Absolute coordinate event */
28 #define INPUT_EV_MSC 0x04 /**< Miscellaneous event */
29 #define INPUT_EV_DEVICE 0xef /**< Device specific input event */
30 #define INPUT_EV_VENDOR_START 0xf0 /**< Vendor specific event start */
31 #define INPUT_EV_VENDOR_STOP 0xff /**< Vendor specific event stop */
35 * @name Input event KEY codes.
170 #define INPUT_KEY_UWB 239 /**< Ultra-Wideband Key */
184 * @name Input event BTN codes.
235 * @name Input event ABS codes.
254 * @name Input event REL codes.
271 * @name Input event MSC codes.