Home
last modified time | relevance | path

Searched refs:capability (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c95 lv_libinput_capability capability = LV_LIBINPUT_CAPABILITY_NONE; in lv_libinput_query_capability() local
98 capability |= LV_LIBINPUT_CAPABILITY_KEYBOARD; in lv_libinput_query_capability()
101 capability |= LV_LIBINPUT_CAPABILITY_POINTER; in lv_libinput_query_capability()
104 capability |= LV_LIBINPUT_CAPABILITY_TOUCH; in lv_libinput_query_capability()
106 return capability; in lv_libinput_query_capability()
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst68 to find the first device that has a specific capability.
76 all devices that have a specific capability, use ``lv_libinput_find_devs``.