bradharding / doomretro

The classic, refined DOOM source port. For Windows PC.
https://www.doomretro.com
GNU General Public License v3.0
714 stars 89 forks source link

[BUG] wheelup, wheeldown don't work as expected #855

Closed Sol1vaN closed 1 month ago

Sol1vaN commented 1 month ago

hi ! 😥 i've created this duplicate report because seems the original was forgoted... https://github.com/bradharding/doomretro/issues/748

this still don't work... only work fine with:

bind wheeldown +prevweapon
bind wheelup +nextweapon

but if we change to any other action, the mouse wheel don't do the action. look: https://youtu.be/IMjtz7judPQ

i hope you someday fix this cheers.

bradharding commented 1 month ago

Apologies for not replying the first time you raised this issue. The way DR handles the mousewheel vs other mouse actions is quite different, and so this will require quite a bit of reworking. I'll see what I can do for the next release. Thanks.