bug-tracker icon indicating copy to clipboard operation
bug-tracker copied to clipboard

Mouse scrolling is multiplied

Open aaron-j-reeves opened this issue 5 years ago • 3 comments

Mouse scrolling is multiplied

It has never worked right for me

I have windows set to scroll 3 lines per notch, but when in a rainway session, scrolling one notch moves me 10+ lines, significantly farther than normal. Also, the distance moved isnt consistent, sometimes you will scroll 16 lines, sometimes 10, so scrolling up and down will always leave you in a different spot, which makes me think the input for scrolling is getting sent numerous times due to latency or something like that

Steps

  • open rainway session
  • attempt to scroll

What happens

You will scroll 3-4x as far as expected

What is expected

to scroll the proper amount defined in windows

Host

  • OS: windows 10 pro
  • Version: 1.0.7.0

Browser

  • OS: windows 10 enterprise
  • Version: 2016 LTSB
  • Browser: Chrome
  • Browser Version: Latest

Logs

n/a

aaron-j-reeves avatar Mar 11 '19 12:03 aaron-j-reeves

I have the same problem, mouse scrolling does nothing at first, but when it does, it goes at 6x multiplier downwards and 4x multiplier upwards

SamuFinland avatar Mar 20 '19 09:03 SamuFinland

Hey there! Thank you for reporting. We know what causes this issue and are looking into a fix. Indeed, scroll events are getting erroneously "amplified" by Rainway. You'll hear back from us once we've resolved the issue. 🚀🎮🌟

lynn avatar Mar 26 '19 23:03 lynn

Yeah the problem with this is that the smallest "scroll" increment the server is capable of receiving is still pretty big. We were dividing the value from the browser event by twenty or so, but sometimes that gets rounded to zero, sometimes 1 which is still pretty big, or an even larger value. We'll have a fix for this shortly.

FrobtheBuilder avatar Aug 29 '19 23:08 FrobtheBuilder