Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev.h501 evdev_device_has_button(struct evdev_device *device, uint32_t code);
Devdev.c2505 evdev_device_has_button(struct evdev_device *device, uint32_t code) in evdev_device_has_button() function
Dlibinput.c3135 return evdev_device_has_button((struct evdev_device *)device, code); in libinput_device_pointer_has_button()