Lines Matching +full:input +full:- +full:event +full:- +full:codes
2 # SPDX-License-Identifier: Apache-2.0
5 LVGL button indev pseudo-device
7 Listens for button input events and routes the
13 compatible = "zephyr,lvgl-button-input";
14 input = <&buttons>;
15 input-codes = <INPUT_KEY_0 INPUT_KEY_1>;
20 a click event will be performed at (120,220).
22 compatible: "zephyr,lvgl-button-input"
24 include: zephyr,lvgl-common-input.yaml
27 input-codes:
31 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).
36 Array of points (x,y) the associated input-code is mapped to.