Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/libinput/
H A Dmock_libinput.h49 quint32 supportedScrollMethods = 0; member
H A Dmock_libinput.cpp798 return device->supportedScrollMethods; in libinput_device_config_scroll_get_methods()
809 … if (!(device->supportedScrollMethods & method) && method != LIBINPUT_CONFIG_SCROLL_NO_SCROLL) { in libinput_device_config_scroll_set_method()
826 if (!(device->supportedScrollMethods & LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN)) { in libinput_device_config_scroll_set_button()
H A Ddevice_test.cpp812 …device.supportedScrollMethods = enabled ? LIBINPUT_CONFIG_SCROLL_2FG : LIBINPUT_CONFIG_SCROLL_NO_S… in testSupportsScrollTwoFinger()
832 …device.supportedScrollMethods = enabled ? LIBINPUT_CONFIG_SCROLL_EDGE : LIBINPUT_CONFIG_SCROLL_NO_… in testSupportsScrollEdge()
852 …device.supportedScrollMethods = enabled ? LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN : LIBINPUT_CONFIG_… in testSupportsScrollOnButtonDown()
1395 …device.supportedScrollMethods = (supportsScrollTwoFinger ? LIBINPUT_CONFIG_SCROLL_2FG : LIBINPUT_C… in testScrollTwoFinger()
1443 …device.supportedScrollMethods = (supportsScrollEdge ? LIBINPUT_CONFIG_SCROLL_EDGE : LIBINPUT_CONFI… in testScrollEdge()
1491 …device.supportedScrollMethods = (supportsScrollButtonDown ? LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN … in testScrollButtonDown()
1534 …device.supportedScrollMethods = scrollOnButton ? LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN : LIBINPUT_… in testScrollButton()
2130 …device.supportedScrollMethods = LIBINPUT_CONFIG_SCROLL_2FG | LIBINPUT_CONFIG_SCROLL_EDGE | LIBINPU… in testLoadScrollMethod()
2173 device.supportedScrollMethods = LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN; in testLoadScrollButton()