Home
last modified time | relevance | path

Searched refs:supportsScrollEdge (Results 1 – 6 of 6) sorted by relevance

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/backends/
H A Dlibinputcommon.h133 Q_PROPERTY(bool supportsScrollEdge READ supportsScrollEdge CONSTANT) in Q_PROPERTY()
300 virtual bool supportsScrollEdge() const = 0;
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libinput/
H A Ddevice.h107 Q_PROPERTY(bool supportsScrollEdge READ supportsScrollEdge CONSTANT)
244 bool supportsScrollEdge() const { in supportsScrollEdge() function
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/backends/x11/
H A Dlibinputtouchpad.h114 bool supportsScrollEdge() const override in supportsScrollEdge() function
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/backends/kwin_wayland/
H A Dkwinwaylandtouchpad.h106 bool supportsScrollEdge() const override in supportsScrollEdge() function
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/libinput/
H A Ddevice_test.cpp835 QCOMPARE(d.supportsScrollEdge(), enabled); in testSupportsScrollEdge()
1442 QFETCH(bool, supportsScrollEdge); in testScrollEdge()
1443 …device.supportedScrollMethods = (supportsScrollEdge ? LIBINPUT_CONFIG_SCROLL_EDGE : LIBINPUT_CONFI… in testScrollEdge()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/kcm/libinput/
H A Dtouchpad.qml595 scrollMethodTouchpadEdges.enabled = touchpad.supportsScrollEdge