Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-fallback.c1495 device->scroll.want_button == device->scroll.button && in fallback_change_scroll_method()
1503 device->scroll.button = device->scroll.want_button; in fallback_change_scroll_method()
1720 if (device->scroll.want_button) in fallback_dispatch_create()
Devdev.c703 evdev->scroll.want_button = button; in evdev_scroll_set_button()
716 return evdev->scroll.want_button; in evdev_scroll_get_button()
817 device->scroll.want_button = device->scroll.button; in evdev_init_button_scroll()
1895 device->scroll.want_button = 1; in evdev_configure_device()
Devdev.h215 uint32_t want_button; member