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

mouse scroll wheel

Open nullsector1111 opened this issue 5 years ago • 11 comments

Title

mouse scroll wheel doesnt work if i want to zoom in a game

Steps

open a game that needs zooming in or using the mouse wheel then try to do it, it will probably start zooming in chrome

What happens

it zooms in chrome not in the game

What is expected

the wheel would work and let me zoom in

Host

Windows 10 Pro 1809

Browser

windows 10 1809 chrome i cant know

Logs

nullsector1111 avatar Apr 18 '19 07:04 nullsector1111

What game are you using when you have this issue?

apecoraro avatar Apr 18 '19 16:04 apecoraro

I am using the game Kerbal Space Program

On Thu, Apr 18, 2019 at 7:04 PM Alex Pecoraro [email protected] wrote:

What game are you using when you have this issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484574402, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46FS3W2YAR3EARV7CCLPRCLXPANCNFSM4HG2JOWQ .

nullsector1111 avatar Apr 18 '19 18:04 nullsector1111

Hey @nullsector1111, that's strange — the mouse wheel shouldn't zoom at all in Chrome unless you are holding the Ctrl key. Is that the case?

lynn avatar Apr 18 '19 18:04 lynn

Sadly not

On Thu, Apr 18, 2019 at 9:49 PM Lynn [email protected] wrote:

Hey @nullsector1111 https://github.com/nullsector1111, that's strange — the mouse wheel shouldn't zoom at all in Chrome unless you are holding the Ctrl key. Is that the case?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484638393, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46ECZAQOA4IWASINV3DPRC7FJANCNFSM4HG2JOWQ .

nullsector1111 avatar Apr 18 '19 18:04 nullsector1111

When you say, "Sadly not", are you saying that you are not holding the Ctrl key when attempting to zoom with the mouse wheel?

apecoraro avatar Apr 18 '19 19:04 apecoraro

Yeah

On Thu, Apr 18, 2019 at 10:41 PM Alex Pecoraro [email protected] wrote:

When you say, "Sadly not", are you saying that you are not holding the Ctrl key when attempting to zoom with the mouse wheel?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484659951, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46ESLVKGT3XUBD2WD23PRDFGBANCNFSM4HG2JOWQ .

nullsector1111 avatar Apr 18 '19 19:04 nullsector1111

I can't seem to reproduce the issue using the games that I have available to test with. I also tried running Rainway in remote desktop mode and using apps like mspaint, but was unable to get my host chrome window to do what yours seems to be doing (i.e. the mouse wheel was always only affecting the remote app, not the host chrome window).

I'm using version 1.0.9.0 of Rainway Dashboard and Chrome 73.0.3683.103.

What version of Rainway and Chrome are you using?

apecoraro avatar Apr 18 '19 21:04 apecoraro

How do I check?

On Fri, Apr 19, 2019 at 12:00 AM Alex Pecoraro [email protected] wrote:

I can't seem to reproduce the issue using the games that I have available to test with. I also tried running Rainway in remote desktop mode and using apps like mspaint, but was unable to get my host chrome window to do what yours seems to be doing (i.e. the mouse wheel was always only affecting the remote app, not the host chrome window).

I'm using version 1.0.9.0 of Rainway Dashboard and Chrome 73.0.3683.103.

What version of Rainway and Chrome are you using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484688003, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46GMYZG5TAG5GJMSLLTPRDONDANCNFSM4HG2JOWQ .

nullsector1111 avatar Apr 19 '19 07:04 nullsector1111

To see what version of Chrome you are using put this into the address bar: chrome://settings/help

To see the version of Rainway that you are running, on your host PC, start up the Rainway Dashboard app, click the Settings button on the left side of the window. Then click the About Rainway link on the lower left of the window.

apecoraro avatar Apr 19 '19 16:04 apecoraro

Chrome Version 73.0.3683.103 (Official Build) (64-bit) Rainway Dashboard v1.0.9.0

On Fri, Apr 19, 2019 at 7:52 PM Alex Pecoraro [email protected] wrote:

To see what version of Chrome you are using put this into the address bar: chrome://settings/help

To see the version of Rainway that you are running, on your host PC, start up the Rainway Dashboard app, click the Settings button on the left side of the window. Then click the About Rainway link on the lower left of the window.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RainwayApp/bug-tracker/issues/325#issuecomment-484955146, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3Q46GHLWTSI5OIZDMUAZTPRH2GNANCNFSM4HG2JOWQ .

nullsector1111 avatar Apr 19 '19 19:04 nullsector1111

I've seen this sort of thing before, it can happen when the keyboard lock api captures the release of a key but not the press, causing your OS to think the modifier was never released. Try exiting fullscreen and pressing the ctrl key once, then entering it again.

FrobtheBuilder avatar Aug 30 '19 00:08 FrobtheBuilder