I'm trying to map a gamepad button to the scroll up and scroll down mouse functions. However, it's causing the scroll to happen too quickly. One tap of the button can make 2 scrolls wheel events occur. It seems "Single Press" will not just trigger the event once and then reset after I un-press the button, it will fire the wheel up continuously (very quickly I might add). Is there any way to make "Single Press" be just a single press? Or otherwise set a value of how much to scroll up for each button press?
Thank you.
Thank you.
Comment