Changes between Initial Version and Version 1 of Ticket #1611, comment 1
- Timestamp:
- 07/31/17 14:45:35 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1611, comment 1
initial v1 1 Based on [https://bugs.freedesktop.org/show_bug.cgi?id=92772 Bug 92772 - RFE: extra option to define the vdist/hdist for scrolling event], we might be able to generate "smooth-scrolling" / small scrolling deltas by creating our uinput device with a very small {{{MOUSE_WHEEL_CLICK_ANGLE}}} (or better, use a high {{{MOUSE_WHEEL_CLICK_COUNT}}}) )then synthesizing events using the correct multiplier.1 Based on [https://bugs.freedesktop.org/show_bug.cgi?id=92772 Bug 92772 - RFE: extra option to define the vdist/hdist for scrolling event], we might be able to generate "smooth-scrolling" / small scrolling deltas by creating our uinput device with a very small {{{MOUSE_WHEEL_CLICK_ANGLE}}} (or better, use a high {{{MOUSE_WHEEL_CLICK_COUNT}}}) then synthesizing events using the correct multiplier. 2 2 3 3 This should be doable using [https://wayland.freedesktop.org/libinput/doc/latest/udev_config.html libinput: Static device configuration via udev].