Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-fallback.c1576 device->scroll.want_button == device->scroll.button && in fallback_change_scroll_method()
1584 device->scroll.button = device->scroll.want_button; in fallback_change_scroll_method()
1801 if (device->scroll.want_button) in fallback_dispatch_create()
Devdev.c777 evdev->scroll.want_button = button; in evdev_scroll_set_button()
790 return evdev->scroll.want_button; in evdev_scroll_get_button()
891 device->scroll.want_button = device->scroll.button; in evdev_init_button_scroll()
1978 device->scroll.want_button = 1; in evdev_configure_device()
Devdev.h217 uint32_t want_button; member