hold_keys(q) repeats when used with mouse button #461
heartburn22
started this conversation in
General
Replies: 1 comment 1 reply
-
|
This is most likely because the Scroll wheel is not a button (yes even if it is on your mouse) in order to scroll the page sideways the mouse repeats the scroll event many times a second. The beta branch has a setting for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm configuring a keypad and mouse to use with a game. I got everything working great except for one thing: If I map WheelLeft on my mouse to hold_keys(q) (or anything for that matter), it pulses the key instead of holding it. If I do the same mapping to a key on my keypad, it works fine -- no pulsing. It only seems to happen with the mouse buttons.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions