issues
search
AntiMicroX
/
antimicrox
Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.
GNU General Public License v3.0
2.51k
stars
145
forks
source link
fix: button 6 is wheel left; button 7 is wheel right
#1038
Closed
rhendric
closed
2 months ago
rhendric
commented
2 months ago
Proposed changes
The binding labeled ‘Wheel Left’ in the GUI corresponds to mouse button 6, as seen in
src/joybuttonslot.h
. This should send a negative
REL_HWHEEL
event to uinput.
Ditto for ‘Wheel Right’, button 7, positive
REL_HWHEEL
pktiuk
commented
2 months ago
Thank you for your contribution
Proposed changes
src/joybuttonslot.h
. This should send a negativeREL_HWHEEL
event to uinput.REL_HWHEEL