zephyr/modules/lvgl/input
Fabio Baltieri 716fa268f4 input: add a user_data pointer to the callback
Add a void *user_data pointer to the input callback structure. This is
useful for driver to get back the driver data structure and avoid
defining wrapper functions.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-07-31 12:55:11 +02:00
..
lvgl_button_input.c
lvgl_common_input.c
lvgl_encoder_input.c
lvgl_keypad_input.c
lvgl_pointer_input.c