Home
last modified time | relevance | path

Searched refs:lv_indev_set_group (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/.devcontainer/
D__main.c__103 lv_indev_set_group(mousewheel, lv_group_get_default());
106 lv_indev_set_group(keyboard, lv_group_get_default());
/lvgl-latest/examples/others/monkey/
Dlv_example_monkey_2.c18 lv_indev_set_group(lv_monkey_get_indev(monkey), group); in lv_example_monkey_2()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_roller.c35 lv_indev_set_group(lv_test_keypad_indev, g); in setUp()
38 lv_indev_set_group(lv_test_encoder_indev, encoder_g); in setUp()
41 lv_indev_set_group(lv_test_mouse_indev, mouse_g); in setUp()
Dtest_dropdown.c168 lv_indev_set_group(lv_test_keypad_indev, g); in test_dropdown_keypad()
261 lv_indev_set_group(lv_test_keypad_indev, NULL); in test_dropdown_keypad()
270 lv_indev_set_group(lv_test_encoder_indev, g); in test_dropdown_encoder()
317 lv_indev_set_group(lv_test_encoder_indev, NULL); in test_dropdown_encoder()
Dtest_spinbox.c30 lv_indev_set_group(lv_test_encoder_indev, g); in setUp()
Dtest_slider.c28 lv_indev_set_group(lv_test_encoder_indev, g); in setUp()
/lvgl-latest/src/drivers/x11/
Dlv_x11_input.c315 lv_indev_set_group(xd->mousepointer, xd->inp_group); in lv_x11_inputs_create()
318 lv_indev_set_group(xd->mousewheel, xd->inp_group); in lv_x11_inputs_create()
321 lv_indev_set_group(xd->keyboard, xd->inp_group); in lv_x11_inputs_create()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c61 lv_indev_set_group(indev, g); in lv_demo_keypad_encoder()
65 lv_indev_set_group(indev, g); in lv_demo_keypad_encoder()
/lvgl-latest/tests/src/test_cases/
Dtest_gridnav.c43 lv_indev_set_group(lv_test_keypad_indev, g_group); in gridnav_one_axis_move_only()
/lvgl-latest/src/indev/
Dlv_indev.h279 void lv_indev_set_group(lv_indev_t * indev, lv_group_t * group);
Dlv_indev.c453 void lv_indev_set_group(lv_indev_t * indev, lv_group_t * group) in lv_indev_set_group() function
/lvgl-latest/src/drivers/windows/
Dlv_windows_input.c109 lv_indev_set_group( in lv_windows_acquire_pointer_indev()
154 lv_indev_set_group( in lv_windows_acquire_keypad_indev()
196 lv_indev_set_group( in lv_windows_acquire_encoder_indev()
/lvgl-latest/docs/details/integration/driver/
Duefi.rst99 lv_indev_set_group(indev, lv_group_get_default());
Dlibinput.rst85 lv_indev_set_group(indev, keyboard_input_group);
/lvgl-latest/src/core/
Dlv_group.c93 lv_indev_set_group(indev, NULL); in lv_group_delete()
/lvgl-latest/docs/details/main-components/
Dindev.rst242 - Assign the group to an input device: :cpp:expr:`lv_indev_set_group(indev, g)`.
325 To associate a group with an input device use :cpp:expr:`lv_indev_set_group(indev, g)`.
398 with :cpp:expr:`lv_indev_set_group(my_indev, g)`.
/lvgl-latest/docs/details/integration/os/
Dzephyr.rst140 lv_indev_set_group(lvgl_input_get_indev(lvgl_encoder), arc_group);