Have sticks (when mapped to scroll wheels) emit high-resolution scrolling events #1036
Open
1 task done
Labels
enhancement
New feature or request
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I have a stick mapped to mouse wheel up/down/left/right, and when I nudge the stick a tiny bit, the document I'm reading moves up by a big jump once every few seconds. It would be easier to read if I could nudge the stick a tiny bit and have the document slowly slide up in a continuous motion.
Describe the solution you'd like
The Linux input layer supports high-resolution scroll wheel event codes
REL_WHEEL_HI_RES
andREL_HWHEEL_HI_RES
. AntiMicroX seems like it's in a good position to emit these in real time, with values proportional to the position of the stick, instead of ‘saving up’ to emit bigREL_WHEEL
andREL_HWHEEL
events.Describe alternatives you've considered
No response
Additional context
No response
Upvote & Fund
The text was updated successfully, but these errors were encountered: