Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dlibinput-private.h263 uint32_t (*get_button)(struct libinput_device *device); member
Devdev.c808 device->scroll.config.get_button = evdev_scroll_get_button; in evdev_init_button_scroll()
Dlibinput.c4210 return device->config.scroll_method->get_button(device); in libinput_device_config_scroll_get_button()