Home
last modified time | relevance | path

Searched refs:lv_libinput_find_devs (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/drivers/libinput/
Dlv_libinput.h75 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool…
Dlv_libinput.c112 lv_libinput_find_devs(capabilities, &path, 1, force_rescan); in lv_libinput_find_dev()
116 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool… in lv_libinput_find_devs() function
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst76 all devices that have a specific capability, use ``lv_libinput_find_devs``.