Searched refs:capability (Results 1 – 2 of 2) sorted by relevance
95 lv_libinput_capability capability = LV_LIBINPUT_CAPABILITY_NONE; in lv_libinput_query_capability() local98 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()
68 to find the first device that has a specific capability.76 all devices that have a specific capability, use ``lv_libinput_find_devs``.