Lines Matching +full:rotation +full:- +full:input +full:- +full:code
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.
29 #define INPUT_EV_DEVICE 0xef /**< Device specific input event */
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.
243 #define INPUT_ABS_RX 0x03 /**< Absolute rotation around X axis */
244 #define INPUT_ABS_RY 0x04 /**< Absolute rotation around Y axis */
245 #define INPUT_ABS_RZ 0x05 /**< Absolute rotation around Z axis */
254 * @name Input event REL codes.
261 #define INPUT_REL_RX 0x03 /**< Relative rotation around X axis */
262 #define INPUT_REL_RY 0x04 /**< Relative rotation around Y axis */
263 #define INPUT_REL_RZ 0x05 /**< Relative rotation around Z axis */
271 * @name Input event MSC codes.
275 #define INPUT_MSC_SCAN 0x04 /**< Scan code */