Home
last modified time | relevance | path

Searched refs:pointerAcceleration (Results 1 – 10 of 10) sorted by relevance

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/mouse/backends/kwin_wl/
H A Dkwin_wl_device.h40 …Q_PROPERTY(qreal pointerAcceleration READ pointerAcceleration WRITE setPointerAcceleration NOTIFY …
139 qreal pointerAcceleration() const in pointerAcceleration() function
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/mouse/backends/x11/
H A Dx11_libinput_dummydevice.h43 …Q_PROPERTY(qreal pointerAcceleration READ pointerAcceleration WRITE setPointerAcceleration NOTIFY …
139 qreal pointerAcceleration() const in pointerAcceleration() function
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/mouse/kcm/libinput/
H A Dmain_deviceless.qml124 //value = 4.5 * device.pointerAcceleration + 5.5
125 value = 6 + device.pointerAcceleration / 0.2
133 device.pointerAcceleration = Math.round(((value-6) * 0.2) * 10) / 10
H A Dmain.qml197 //value = 4.5 * device.pointerAcceleration + 5.5
198 value = 6 + device.pointerAcceleration / 0.2
206 device.pointerAcceleration = Math.round(((value-6) * 0.2) * 10) / 10
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/backends/
H A Dlibinputcommon.h91 …Q_PROPERTY(qreal pointerAcceleration READ pointerAcceleration WRITE setPointerAcceleration NOTIFY … in Q_PROPERTY()
219 qreal pointerAcceleration() const in pointerAcceleration() function
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libinput/
H A Ddevice.h70 …Q_PROPERTY(qreal pointerAcceleration READ pointerAcceleration WRITE setPointerAcceleration NOTIFY …
348 qreal pointerAcceleration() const { in pointerAcceleration() function
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/kcm/libinput/
H A Dtouchpad.qml279 if ((val / 100) != touchpad.pointerAcceleration) {
280 touchpad.pointerAcceleration = val / 100
299 accelSpeedValue = Math.round(touchpad.pointerAcceleration * 100)
302 value = Math.round(6 + touchpad.pointerAcceleration / 0.2)
338 value = Math.round(touchpad.pointerAcceleration * 100)
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/libinput/
H A Dmock_libinput.h59 qreal pointerAcceleration = 0.0; member
H A Ddevice_test.cpp906 device.pointerAcceleration = accel; in testPointerAcceleration()
910 QCOMPARE(d.pointerAcceleration(), accel); in testPointerAcceleration()
918 QTEST(d.pointerAcceleration(), "expectedAccel"); in testPointerAcceleration()
1749 device.pointerAcceleration = initValue; in testLoadPointerAcceleration()
1753 QCOMPARE(d.pointerAcceleration(), initValue); in testLoadPointerAcceleration()
1757 QCOMPARE(d.pointerAcceleration(), initValue); in testLoadPointerAcceleration()
1763 QCOMPARE(d.pointerAcceleration(), configValue); in testLoadPointerAcceleration()
H A Dmock_libinput.cpp237 return device->pointerAcceleration; in libinput_device_config_accel_get_speed()
364 device->pointerAcceleration = speed; in libinput_device_config_accel_set_speed()